Updates for GoatHacks 2025 #34
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def user_loader(user_id):
|
||||||
@login.unauthorized_handler
|
@login.unauthorized_handler
|
||||||
def unauth():
|
def unauth():
|
||||||
flash("Please login first")
|
flash("Please login first")
|
||||||
return redirect(url_for("registration.register"))
|
return redirect(url_for("registration.login"))
|
||||||
|
|
||||||
|
|
||||||
class PwResetRequest(db.Model):
|
class PwResetRequest(db.Model):
|
||||||
|
|
Loading…
Add table
Reference in a new issue