Skip to content

Commit

Permalink
New 2FA Page: Build Form: Fix button
Browse files Browse the repository at this point in the history
- WIP #6
  • Loading branch information
aljawaid committed Feb 2, 2023
1 parent 18e0b6c commit 3a19043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/twofactor/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<?= $this->form->text('code', array(), array(), array('placeholder="XXXXXX"', 'autofocus', 'autocomplete="one-time-code"', 'pattern="[0-9]*"', 'inputmode="numeric"'), 'form-numeric otp-field') ?>
</span>
<div class="form-actions">
<button type="button" class="btn btn-blue back-btn"><?= $this->url->link(t('Cancel'), 'AuthController', 'logout', array(), false, 'logout-button', t('Logout')) ?></button>
<button type="submit" class="btn verify-btn"><?= t('Verify') ?> &#10004;</button>
<?= $this->url->link(t('Cancel') .' &#10008;', 'AuthController', 'logout', array(), false, 'btn back-btn logout-button', t('Logout')) ?>
</div>
</form>
<?php if ($_SERVER["REMOTE_ADDR"] == '127.0.0.1'): ?>
Expand Down

0 comments on commit 3a19043

Please sign in to comment.