This commit is contained in:
devStorm 2020-05-18 13:47:42 -07:00
parent 5c3d2c19c8
commit 7d1a744fe2
No known key found for this signature in database
GPG Key ID: D52E1B66F336AC57
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class FidoManageForm(FlaskForm):
@sudo_required
def fido_manage():
if not current_user.fido_enabled():
flash("You haven't registed a security key", "warning")
flash("You haven't registered a security key", "warning")
return redirect(url_for("dashboard.index"))
fido_manage_form = FidoManageForm()