We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638ffea commit 330427aCopy full SHA for 330427a
static/otp.html
@@ -29,7 +29,7 @@ <h1 class="ui header">Verify phone number</h1>
29
<form class="ui form padded segment" method="post" action="/otp">
30
<div class="field">
31
<label>Username</label>
32
- <input type="text" name="otp" required placeholder="Username you used on /register page" id="username" />
+ <input type="text" name="username" required placeholder="Username you used on /register page" id="username" />
33
</div>
34
35
<label>One time code</label>
0 commit comments