Skip to content

Commit d6068cb

Browse files
authoredAug 29, 2022
Merge pull request #87 from kitsuneeesan/master
'website.routes.home' to 'home.home'
2 parents 111a9b9 + d1b184f commit d6068cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎website/routes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def authorize():
9595
user = current_user()
9696
# if user log status is not true (Auth server), then to log it in
9797
if not user:
98-
return redirect(url_for('website.routes.home', next=request.url))
98+
return redirect(url_for('home.home', next=request.url))
9999
if request.method == 'GET':
100100
try:
101101
grant = authorization.validate_consent_request(end_user=user)

0 commit comments

Comments
 (0)
Failed to load comments.