Fix navigation manager usage to work on virtual path.
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
</main>
|
||||
|
||||
@code {
|
||||
|
||||
private string email = string.Empty;
|
||||
private string password = string.Empty;
|
||||
private string[] errorList = [];
|
||||
@@ -62,7 +63,8 @@
|
||||
if (result.Succeeded)
|
||||
{
|
||||
email = password = string.Empty;
|
||||
navigator.NavigateTo("/");
|
||||
|
||||
navigator.NavigateTo("");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user