mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
logout fixes
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user