refactorrr

This commit is contained in:
2024-09-23 22:13:11 +03:00
parent abfa75247d
commit e8fd8523aa
14 changed files with 47 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
<label>
New password (leave blank if shouldn't be changed):<br/>
<InputText class="rounded" @bind-Value="model.Password"/>
<InputText type="password" class="rounded" @bind-Value="model.Password"/>
</label><br/><p/>
<button class="btn-primary rounded" @onclick="Save">Save</button><br/>