fix(webui): use text type for email input
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (pull_request) Successful in 1m45s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (pull_request) Successful in 1m45s
				
			We don't need the browser to validate the input because the game accepts emails with nothing before the @ which the browser may not.
This commit is contained in:
		
							parent
							
								
									86998b6760
								
							
						
					
					
						commit
						804c52a93f
					
				@ -83,7 +83,7 @@
 | 
				
			|||||||
                <p data-loc="login_description"></p>
 | 
					                <p data-loc="login_description"></p>
 | 
				
			||||||
                <form onsubmit="doLogin();return false;">
 | 
					                <form onsubmit="doLogin();return false;">
 | 
				
			||||||
                    <label for="email" data-loc="login_emailLabel"></label>
 | 
					                    <label for="email" data-loc="login_emailLabel"></label>
 | 
				
			||||||
                    <input class="form-control" type="email" id="email" required />
 | 
					                    <input class="form-control" type="text" id="email" required />
 | 
				
			||||||
                    <br />
 | 
					                    <br />
 | 
				
			||||||
                    <label for="password" data-loc="login_passwordLabel"></label>
 | 
					                    <label for="password" data-loc="login_passwordLabel"></label>
 | 
				
			||||||
                    <input class="form-control" type="password" id="password" required />
 | 
					                    <input class="form-control" type="password" id="password" required />
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user