From 87d52216cbbc64cba19e6363c2cb367e82020c17 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sun, 17 May 2020 10:35:11 +0200 Subject: [PATCH] reformat --- app/auth/views/fido.py | 2 +- app/auth/views/mfa.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/auth/views/fido.py b/app/auth/views/fido.py index e85c895f..472747ac 100644 --- a/app/auth/views/fido.py +++ b/app/auth/views/fido.py @@ -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, ) diff --git a/app/auth/views/mfa.py b/app/auth/views/mfa.py index 979296c6..b7d68137 100644 --- a/app/auth/views/mfa.py +++ b/app/auth/views/mfa.py @@ -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, )