mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
redirect to dashboard after login
This commit is contained in:
parent
67f4c34604
commit
f809ebb70c
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ async def handle_user_login(resp: dict):
|
|||
|
||||
# user is now logged in
|
||||
session['user'] = user.to_json()
|
||||
return redirect(url_for('bp_routes.root'))
|
||||
return redirect(url_for('bp_routes.dashboard'))
|
||||
|
|
Loading…
Reference in a new issue