Implementing a new template, Login isn't working

Hello community. I’m trying to create a new front-end to my ERPNext using a custom bootstrap theme I’ve purchased and everything is going well so far, except I can’t get the login to work. I have copied the login.html and login.py from Frappe app to my custom app, but that doesn’t seem to help. I see the login page, but I can’t create a session and enter my desk.

I did set base_template in my hooks, as well as added on_session_creation options :slight_smile:

Am I missing a piece or a javascript from Frappe?

Solved. Had a .js conflict :slight_smile: By the way, Frappe should update to jQuery 3.6 and a newer Bootstrap :slight_smile: