Fixed missing character.

This commit is contained in:
Aubrey
2020-03-27 11:29:49 -04:00
parent 9335b18d16
commit 815572b9a7

View File

@ -97,7 +97,7 @@
{ {
NavigationManager.NavigateTo(NavigateUrl("")); NavigationManager.NavigateTo(NavigateUrl(""));
} }
}
private void IsValidEmail() private void IsValidEmail()
{ {
if (_email != ""){ if (_email != ""){