mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
focus input field in otp form
This commit is contained in:
@@ -44,7 +44,9 @@ class Auth_Internal extends Auth_Base {
|
||||
<input type="password" size="6" name="otp"/>
|
||||
<input type="submit" value="Continue"/>
|
||||
</form>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
document.forms[0].otp.focus();
|
||||
</script>
|
||||
<?php
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user