소스 검색

Update checkpoint view, improve input autocomplete. Fixes #4959

Daniel Supernault 1 년 전
부모
커밋
d18824e719
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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">