|
|
@ -48,7 +48,7 @@ namespace CoviDok.Controllers |
|
|
|
// System.Diagnostics.Debug.WriteLine(authRegistration.ToString());
|
|
|
|
// Validate Email
|
|
|
|
GenericResponse genericResponse = new GenericResponse(); |
|
|
|
if (authRegistration.Email == "a") |
|
|
|
if (authRegistration.Email == "a@domain.tld") |
|
|
|
{ |
|
|
|
genericResponse.Status = Status.Error; |
|
|
|
genericResponse.Body["reason"] = authRegistration.Email + " is already registered!"; |
|
|
|