fix issue #189 part 2
This commit is contained in:
My1 2017-10-31 01:01:31 +01:00 коммит произвёл GitHub
Родитель c231b8ce37
Коммит ee6bc050f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@ style('twofactor_totp', 'style');
?>
<form method="POST" class="totp-form">
<input type="tel" minlength="6" maxlength="6" name="challenge" required="required" autofocus autocomplete="off" autocapitalize="off" placeholder="<?php p($l->t('Authentication code')) ?>">
<input type="tel" minlength="6" maxlength="10" name="challenge" required="required" autofocus autocomplete="off" autocapitalize="off" placeholder="<?php p($l->t('Authentication code')) ?>">
<button type="submit">
<span><?php p($l->t('Submit')); ?></span>
</button>