How to fix CSRF TOKEN being overwritten with form data after submission failed in django?
I building a multitenants project using django-tenant and django-tenant-user but I am facing a weird issue where the CSRF TOKEN and email fields of my login form are being overwritten with the password data after a failed login attempt.