2025 (last minute) #38

Closed
ngolp wants to merge 23 commits from 2025 into master
Showing only changes of commit f5eb90b73d - Show all commits

View file

@ -50,7 +50,7 @@ def user_loader(user_id):
@login.unauthorized_handler
def unauth():
flash("Please login first")
return redirect(url_for("registration.register"))
return redirect(url_for("registration.login"))
class PwResetRequest(db.Model):