black format

This commit is contained in:
Son NK 2020-05-07 17:48:44 +02:00
parent e35fb631cf
commit fe1262686e
1 changed files with 1 additions and 1 deletions

View File

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