You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
In the Auth databased, my email is D***.V***@gmail.com (upper case D and V, rest lower case.
If I try to log in with Damon@damon, it accepts the "email" and tries to send a code. Need to make the field verification more restrictive.
If I enter d*.v*@gmail.com (or any email that is a capitalization variation of the one in the system) it tries to create a new user. Maybe do a ToLower()?
In the Auth databased, my email is D***.V***@gmail.com (upper case D and V, rest lower case.