This commit is contained in:
@@ -19,14 +19,16 @@
|
||||
style="width: 100%; min-height: 56px; padding: 16px 14px;"
|
||||
placeholder="사용자명"
|
||||
autocomplete="username"
|
||||
@bind="model.Username" />
|
||||
@bind="model.Username"
|
||||
@bind:event="oninput" />
|
||||
|
||||
<input type="password"
|
||||
class="mud-input mud-input-outlined mud-input-root mud-input-root-adorned-start mb-4"
|
||||
style="width: 100%; min-height: 56px; padding: 16px 14px;"
|
||||
placeholder="비밀번호"
|
||||
autocomplete="current-password"
|
||||
@bind="model.Password" />
|
||||
@bind="model.Password"
|
||||
@bind:event="oninput" />
|
||||
|
||||
@if (!string.IsNullOrEmpty(errorMessage))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user