Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 2bc01b5

Browse files
committed
fix case issue
1 parent 15bb33d commit 2bc01b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Services/RPSLS.Web/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
{
126126
if (!string.IsNullOrWhiteSpace(Username))
127127
{
128-
UserName = string.Empty;
128+
Username = string.Empty;
129129
}
130130

131131
NavigationManager.NavigateTo("/", true);

0 commit comments

Comments
 (0)