This commit is contained in:
Omar Roth
2018-04-29 09:40:33 -05:00
parent 1ea7290892
commit ae68213dc7
3 changed files with 50 additions and 9 deletions

View File

@@ -15,6 +15,11 @@
<label for="password">Password</label>
<input class="pure-input-1" name="password" type="password" placeholder="Password">
<% if tfa %>
<label for="tfa">Google verification code</label>
<input class="pure-input-1" name="tfa" type="text" placeholder="Google verification code">
<% end %>
<button type="submit" class="pure-button pure-button-primary">Sign in</button>
</fieldset>