Skip to content

Commit

Permalink
Important Updates
Browse files Browse the repository at this point in the history
Changing conditional to show source address, given the current way to do it, through serverconnectionservice.serverconfiguration.serveraddress
  • Loading branch information
joao4all committed Oct 6, 2023
1 parent 3318248 commit ae0ce7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COMET.Web.Common/Components/Login.razor
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<EditForm Context="editFormContext" Model="@(this.ViewModel.AuthenticationDto)" OnValidSubmit="this.ExecuteLogin">
<DataAnnotationsValidator/>
<DxFormLayout CaptionPosition="CaptionPosition.Vertical">
@if (string.IsNullOrEmpty(this.ViewModel.serverConnectionService.ServerAddress))
@if (string.IsNullOrEmpty(this.ViewModel.serverConnectionService.ServerConfiguration.ServerAddress))
{
<DxFormLayoutItem Caption="Source Address:" ColSpanLg="12">
<Template>
Expand Down

0 comments on commit ae0ce7f

Please sign in to comment.