mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 16:23:16 +08:00
reformat
This commit is contained in:
parent
5ff31f3eb4
commit
87d52216cb
2 changed files with 2 additions and 2 deletions
|
@ -104,5 +104,5 @@ def fido():
|
|||
webauthn_assertion_options=webauthn_assertion_options,
|
||||
enable_otp=user.enable_otp,
|
||||
auto_activate=auto_activate,
|
||||
next_url=next_url
|
||||
next_url=next_url,
|
||||
)
|
||||
|
|
|
@ -59,5 +59,5 @@ def mfa():
|
|||
"auth/mfa.html",
|
||||
otp_token_form=otp_token_form,
|
||||
enable_fido=(user.fido_enabled()),
|
||||
next_url=next_url
|
||||
next_url=next_url,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue