Skip to content

Commit ab8c23b

Browse files
committed
refactor: 更新示例
1 parent 669ac78 commit ab8c23b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BootstrapBlazor.Server/Components/Samples/Authenticators.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<DemoBlock Title="@Localizer["BaseUsageText"]" Introduction="@Localizer["IntroText1"]" Name="Normal">
3333
<QRCode Content="@_content" Width="190" class="mb-3"></QRCode>
3434
<OtpInput Value="@_code" IsReadonly="true" class="text-center mb-3"></OtpInput>
35-
<OtpInput Value="" IsDisabled="true" class="text-center mb-3"></OtpInput>
36-
<OtpInput Value="@_code" Type="OtpInputType.Password" class="text-center mb-3"></OtpInput>
37-
<OtpInput Value="123" class="text-center mb-3"></OtpInput>
38-
<OtpInput Value="" Type="OtpInputType.Text" class="text-center mb-3"></OtpInput>
3935
<div class="position-relative">
4036
<BootstrapBlazor.Components.Progress Value="@_progress" IsShowValue="false"></BootstrapBlazor.Components.Progress>
4137
<span class="opt-progress-label">@_remain</span>

0 commit comments

Comments
 (0)