Changed Autocomplete for 2FA

one-time-code will allow passwords managers to autofill 2FA tokens
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
pull/4959/head
Michael 2024-02-27 12:39:53 -05:00 zatwierdzone przez GitHub
rodzic 8c1e136ce9
commit d976ab6980
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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