Skip to content

Commit

Permalink
Update Register.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 13, 2024
1 parent 7229528 commit b34fdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Components/Account/Pages/Register.razor
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ValidationMessage For="() => Input.Password" class="mt-2 text-danger text-sm" />
</div>
<div>
<label for="confirm-password">Confirm Password</label>
<label for="confirm-password" class="@TextInput.LabelClasses">Confirm Password</label>
<div class="mt-1 relative rounded-md shadow-sm">
<InputText id="confirm-password" type="password" @bind-Value="Input.ConfirmPassword" class="@TextInput.InputClasses" autocomplete="new-password" aria-required="true" placeholder="password" />
</div>
Expand Down

0 comments on commit b34fdb2

Please sign in to comment.