Merge branch 'release/AddProgBarAndPwdCmp02'
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
{
|
||||
<span class="input-group-text">@ItemLabel</span>
|
||||
}
|
||||
else
|
||||
{
|
||||
<span class="input-group-text"><i class="fas fa-key"></i></span>
|
||||
}
|
||||
<input value="@Password" class="form-control" @oninput="OnPasswordChanged" type="@(showPassword ? "text" : "password")" />
|
||||
<button @onclick="toggleShow" class="btn btn-sm btn-outline-secondary">
|
||||
@if (showPassword)
|
||||
|
||||
Reference in New Issue
Block a user