From ae0ce7f1c12f25edd8c6152345a8d0e9819fce4e Mon Sep 17 00:00:00 2001 From: joao4all Date: Fri, 6 Oct 2023 17:36:25 +0100 Subject: [PATCH] Important Updates Changing conditional to show source address, given the current way to do it, through serverconnectionservice.serverconfiguration.serveraddress --- COMET.Web.Common/Components/Login.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMET.Web.Common/Components/Login.razor b/COMET.Web.Common/Components/Login.razor index 41f8dbe3..377bd1e6 100644 --- a/COMET.Web.Common/Components/Login.razor +++ b/COMET.Web.Common/Components/Login.razor @@ -25,7 +25,7 @@ - @if (string.IsNullOrEmpty(this.ViewModel.serverConnectionService.ServerAddress)) + @if (string.IsNullOrEmpty(this.ViewModel.serverConnectionService.ServerConfiguration.ServerAddress)) {