mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
logout fixes
This commit is contained in:
@@ -43,6 +43,7 @@ def on_login_post_session(login_manager):
|
||||
# login from
|
||||
if webnotes.form_dict.get('login_from'):
|
||||
webnotes.session['data']['login_from'] = webnotes.form.getvalue('login_from')
|
||||
webnotes.session_obj.update()
|
||||
|
||||
update_account_details()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user