From 860e5298f9a994bb3eac246a758d421eebcfe7f6 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sat, 7 Feb 2026 19:19:42 -0600 Subject: [PATCH] Show library after first login --- .../UI/Pages/Authenticate/Components/LoginForm.razor | 2 +- .../UI/Pages/Authenticate/Components/RegistrationForm.razor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LANCommander.Launcher/UI/Pages/Authenticate/Components/LoginForm.razor b/LANCommander.Launcher/UI/Pages/Authenticate/Components/LoginForm.razor index c265a76d..bd3bf561 100644 --- a/LANCommander.Launcher/UI/Pages/Authenticate/Components/LoginForm.razor +++ b/LANCommander.Launcher/UI/Pages/Authenticate/Components/LoginForm.razor @@ -150,7 +150,7 @@ await ImportManagerService.RequestImport(); - NavigationManager.NavigateTo("/"); + NavigationManager.NavigateTo("/Library"); MessageService.Success(LocalizationService.GetString("WelcomeBack")); } diff --git a/LANCommander.Launcher/UI/Pages/Authenticate/Components/RegistrationForm.razor b/LANCommander.Launcher/UI/Pages/Authenticate/Components/RegistrationForm.razor index 7528ca70..dd81e278 100644 --- a/LANCommander.Launcher/UI/Pages/Authenticate/Components/RegistrationForm.razor +++ b/LANCommander.Launcher/UI/Pages/Authenticate/Components/RegistrationForm.razor @@ -78,7 +78,7 @@ await ImportManagerService.RequestImport(); - NavigationManager.NavigateTo("/"); + NavigationManager.NavigateTo("/Library"); } catch (RegisterFailedException ex) {