We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03b3730 + 05f6d90 commit 2a64988Copy full SHA for 2a64988
1 file changed
website/routes.py
@@ -95,7 +95,7 @@ def authorize():
95
user = current_user()
96
# if user log status is not true (Auth server), then to log it in
97
if not user:
98
- return redirect(url_for('website.routes.home', next=request.url))
+ return redirect(url_for('home.home', next=request.url))
99
if request.method == 'GET':
100
try:
101
grant = authorization.validate_consent_request(end_user=user)
0 commit comments