Skip to content

Commit 330427a

Browse files
committed
chore(otp): Fix input field name
1 parent 638ffea commit 330427a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/otp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1 class="ui header">Verify phone number</h1>
2929
<form class="ui form padded segment" method="post" action="/otp">
3030
<div class="field">
3131
<label>Username</label>
32-
<input type="text" name="otp" required placeholder="Username you used on /register page" id="username" />
32+
<input type="text" name="username" required placeholder="Username you used on /register page" id="username" />
3333
</div>
3434
<div class="field">
3535
<label>One time code</label>

0 commit comments

Comments
 (0)