Function after login

I want to create new dialogue or some new logic when system user login to the system.

How can I do that?

1 Like

Any help?

you may need to create new JS file and add its functionality to global holder (frappe.mylogic or erpnext.mylogic) and check based on the page or overwrite the login function to call your new logic.
If I where in your place the first thing i will do to find the triger of auth after login and overwrite it somehow.

Did you find the triger or solution to call some function after login?