Fix clock CAPTCHA on iOS

This commit is contained in:
Omar Roth
2018-07-24 21:26:19 -05:00
parent e1ab2d5e1d
commit 5800376818
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
<label for="password">Password</label>
<input required class="pure-input-1" name="password" type="password" placeholder="Password">
<img src='<%= captcha.not_nil![:challenge] %>'/>
<img style="width:100%" src='<%= captcha.not_nil![:challenge] %>'/>
<input type="hidden" name="token" value="<%= captcha.not_nil![:token] %>">
<label for="challenge_response">Time (hh:mm):</label>
<input required type="text" name="challenge_response" type="text>" placeholder="hh:mm">