Browse Source

Update checkpoint view, improve input autocomplete. Fixes #4959

Daniel Supernault 1 year ago
parent
commit
d18824e719
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/auth/checkpoint.blade.php

+ 1 - 1
resources/views/auth/checkpoint.blade.php

@@ -38,7 +38,7 @@
 	                                	name="code"
 	                                	placeholder="{{__('Two-Factor Authentication Code')}}"
 	                                	required
-	                                	autocomplete="new-password"
+	                                	autocomplete="one-time-code"
 	                                	autofocus=""
 	                                	inputmode="numeric"
 	                                	minlength="6">