Skip to content

Commit

Permalink
fix offline otp submission
Browse files Browse the repository at this point in the history
  • Loading branch information
joostd committed Sep 17, 2015
1 parent e96efcc commit 3e73277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/tiqr/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>{{ 'login.title' | trans }}</h2>

<br/>
<a href="{{authUrl}}">
<img class="qr" src='qr' style="cursor: none;" />
<img class="qr" src='qr' style="display:none; cursor: none;" />
</a>

<p>
Expand All @@ -68,6 +68,8 @@ <h2>{{ 'login.title' | trans }}</h2>
<p>
{% if not id %}
{{ 'login.qr.manual.userid' | trans }}: <input type="text" tabindex="2" name="userID"/>
{% else %}
{{ 'login.qr.manual.userid' | trans }}: <input type="hidden" value="{{ id }}" name="userID"/>
{% endif %}
{{ 'login.qr.manual.otp' | trans }}: <input type="text" name="otp" tabindex="3"/>
<input type="submit" value="{{ 'login.qr.manual.button' | trans }}"/>
Expand Down

0 comments on commit 3e73277

Please sign in to comment.