Skip to content

Commit fcd5279

Browse files
authored
Adds missing line of code. (#20082)
1 parent cf5c884 commit fcd5279

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aspnetcore/blazor/components/data-binding.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ Password:
277277
278278
private Task OnPasswordChanged(ChangeEventArgs e)
279279
{
280+
password = e.Value.ToString();
281+
280282
if (password.Contains(' '))
281283
{
282284
validationMessage = "Spaces not allowed!";

0 commit comments

Comments
 (0)