dat-adi / lil_bank

This is a mock bank application written in Django
1 stars 1 forks source link

fix: All validation checks for Sign Up form. #52

Closed Jks08 closed 1 year ago

Jks08 commented 1 year ago

This commit fixes the validation checks for the Sign Up form. It also validates whether both the passwords match or not. I know that this fix is late, very late in-fact. And I am sorry for that 🥹

Jks08 commented 1 year ago

Made the changes. Please review and do the needful.

Jks08 commented 1 year ago

Removed the duplicate last name from Sign Up form.