typo 'infomation'

This commit is contained in:
devStorm 2020-05-07 02:31:42 -07:00
parent ced02a8f20
commit b8b1313db9
No known key found for this signature in database
GPG Key ID: D52E1B66F336AC57
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ def fido():
# Verification failed, put else here to make structure clear
pass
# Prepare infomation for key registration process
# Prepare information for key registration process
session.pop('challenge', None)
challenge = secrets.token_urlsafe(32)

View File

@ -65,7 +65,7 @@ def fido_setup():
return redirect(url_for("dashboard.index"))
# Prepare infomation for key registration process
# Prepare information for key registration process
fido_uuid = str(uuid.uuid4())
challenge = secrets.token_urlsafe(32)