From fe1262686e6317f8019b6aafc522fb85f0d49c20 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 7 May 2020 17:48:44 +0200 Subject: [PATCH] black format --- app/auth/views/fido.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/auth/views/fido.py b/app/auth/views/fido.py index 2d00bad4..b9f11fa1 100644 --- a/app/auth/views/fido.py +++ b/app/auth/views/fido.py @@ -84,7 +84,7 @@ def fido(): else: LOG.debug("redirect user to dashboard") return redirect(url_for("dashboard.index")) - + # Prepare information for key registration process session.pop("challenge", None) challenge = secrets.token_urlsafe(32)