We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d9b9ea + ff69c52 commit 71d1577Copy full SHA for 71d1577
1 file changed
TelegramDownloader/Pages/Index.razor
@@ -70,7 +70,7 @@
70
case "vc":
71
<div class="form-group">
72
<label for="code"><i class="bi bi-shield-lock"></i> Verification Code</label>
73
- <InputText class="form-control" id="code" maxlength="5" type="text"
+ <InputText class="form-control" id="code" maxlength="8" type="text"
74
@bind-Value="Model!.value" placeholder="12345" autocomplete="one-time-code" />
75
</div>
76
break;
0 commit comments