1
0
Fork 0
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:
Bergrübe 2022-02-19 08:20:22 +01:00 committed by GitHub
parent cae187e39c
commit c2283528fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
mfa.go
View file

@ -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 (