We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 111a9b9 + d1b184f commit d6068cbCopy full SHA for d6068cb
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