We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba6831f + e9ab897 commit 75694ceCopy full SHA for 75694ce
1 file changed
project/server/__init__.py
@@ -72,7 +72,7 @@ def load_user(user_id):
72
########################
73
74
@app.errorhandler(401)
75
-def forbidden_page(error):
+def unauthorized_page(error):
76
return render_template("errors/401.html"), 401
77
78
0 commit comments