Show library after first login
This commit is contained in:
parent
1b21c77fe5
commit
860e5298f9
2 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@
|
|||
|
||||
await ImportManagerService.RequestImport();
|
||||
|
||||
NavigationManager.NavigateTo("/");
|
||||
NavigationManager.NavigateTo("/Library");
|
||||
|
||||
MessageService.Success(LocalizationService.GetString("WelcomeBack"));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
await ImportManagerService.RequestImport();
|
||||
|
||||
NavigationManager.NavigateTo("/");
|
||||
NavigationManager.NavigateTo("/Library");
|
||||
}
|
||||
catch (RegisterFailedException ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue