diff options
Diffstat (limited to 'app/views/auth/register.phtml')
| -rw-r--r-- | app/views/auth/register.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/register.phtml b/app/views/auth/register.phtml index daaf08b8c..5787b36fc 100644 --- a/app/views/auth/register.phtml +++ b/app/views/auth/register.phtml @@ -50,7 +50,7 @@ <label for="new_user_passwordPlain"><?= _t('gen.auth.password') ?></label> <div class="stick"> <input type="password" id="new_user_passwordPlain" name="new_user_passwordPlain" required="required" autocomplete="new-password" pattern=".{7,}" /> - <button type="button" class="btn toggle-password" data-toggle="new_user_passwordPlain"><?= _i('key') ?></button> + <button type="button" class="btn toggle-password"><?= _i('key') ?></button> </div> <noscript><b><?= _t('gen.js.should_be_activated') ?></b></noscript> <p class="help"><?= _i('help') ?> <?= _t('gen.auth.password.format') ?></p> |
