This commit is contained in:
Son NK 2020-05-17 10:35:11 +02:00
parent 5ff31f3eb4
commit 87d52216cb
2 changed files with 2 additions and 2 deletions

View file

@ -104,5 +104,5 @@ def fido():
webauthn_assertion_options=webauthn_assertion_options, webauthn_assertion_options=webauthn_assertion_options,
enable_otp=user.enable_otp, enable_otp=user.enable_otp,
auto_activate=auto_activate, auto_activate=auto_activate,
next_url=next_url next_url=next_url,
) )

View file

@ -59,5 +59,5 @@ def mfa():
"auth/mfa.html", "auth/mfa.html",
otp_token_form=otp_token_form, otp_token_form=otp_token_form,
enable_fido=(user.fido_enabled()), enable_fido=(user.fido_enabled()),
next_url=next_url next_url=next_url,
) )