Browse Source

black format

Son NK 5 years ago
parent
commit
fe1262686e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/auth/views/fido.py

+ 1 - 1
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)