Browse Source

black format

Son NK 5 năm trước cách đây
mục cha
commit
fe1262686e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/auth/views/fido.py

+ 1 - 1
app/auth/views/fido.py

@@ -84,7 +84,7 @@ def fido():
             else:
             else:
                 LOG.debug("redirect user to dashboard")
                 LOG.debug("redirect user to dashboard")
                 return redirect(url_for("dashboard.index"))
                 return redirect(url_for("dashboard.index"))
-                
+
     # Prepare information for key registration process
     # Prepare information for key registration process
     session.pop("challenge", None)
     session.pop("challenge", None)
     challenge = secrets.token_urlsafe(32)
     challenge = secrets.token_urlsafe(32)