mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2025-04-17 12:41:51 +00:00
Added to mfa.go the autocomplete option the the mfaLoginField for Safari
This commit is contained in:
parent
cae187e39c
commit
c2283528fa
1 changed files with 5 additions and 4 deletions
9
mfa.go
9
mfa.go
|
@ -11,10 +11,11 @@ import (
|
|||
)
|
||||
|
||||
var mfaLoginField = plugins.LoginField{
|
||||
Label: "MFA Token",
|
||||
Name: plugins.MFALoginFieldName,
|
||||
Placeholder: "(optional)",
|
||||
Type: "text",
|
||||
Label: "MFA Token",
|
||||
Name: plugins.MFALoginFieldName,
|
||||
Placeholder: "(optional)",
|
||||
Type: "text",
|
||||
autocomplete: "one-time-code",
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Reference in a new issue