|
@@ -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)
|