mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
linting
This commit is contained in:
parent
a45b6df78c
commit
b7e6270a18
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ def setting():
|
|||
profile_updated = True
|
||||
|
||||
if profile_updated:
|
||||
flash(f"Your profile has been updated", "success")
|
||||
flash("Your profile has been updated", "success")
|
||||
return redirect(url_for("dashboard.setting"))
|
||||
|
||||
elif request.form.get("form-name") == "change-password":
|
||||
|
|
Loading…
Reference in a new issue