Turned off autocomplete for TOTP codes
Small QOL change to turn off autocomplete when entering TOTP codes since they're one time use only.
This commit is contained in:
		
							parent
							
								
									32e20e5059
								
							
						
					
					
						commit
						c53c9f6866
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
 | 
			
		||||
<p class="small mb-m">{{ trans('auth.mfa_verify_totp_desc') }}</p>
 | 
			
		||||
 | 
			
		||||
<form action="{{ url('/mfa/totp/verify') }}" method="post">
 | 
			
		||||
<form action="{{ url('/mfa/totp/verify') }}" method="post" autocomplete="off">
 | 
			
		||||
    {{ csrf_field() }}
 | 
			
		||||
    <input type="text"
 | 
			
		||||
           name="code"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue