logout fixes
This commit is contained in:
parent
9b59f9c34d
commit
3526070860
@ -43,6 +43,7 @@ def on_login_post_session(login_manager):
|
|||||||
# login from
|
# login from
|
||||||
if webnotes.form_dict.get('login_from'):
|
if webnotes.form_dict.get('login_from'):
|
||||||
webnotes.session['data']['login_from'] = webnotes.form.getvalue('login_from')
|
webnotes.session['data']['login_from'] = webnotes.form.getvalue('login_from')
|
||||||
|
webnotes.session_obj.update()
|
||||||
|
|
||||||
update_account_details()
|
update_account_details()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user