We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a851593 + 92ad2af commit ccf15ccCopy full SHA for ccf15cc
src/Views/email_2fa_show.php
@@ -22,7 +22,7 @@
22
<div class="mb-2">
23
<input type="email" class="form-control" name="email"
24
inputmode="email" autocomplete="email" placeholder="<?= lang('Auth.email') ?>"
25
- <?php /** @var \CodeIgniter\Shield\Entities\User $user */ ?>
+ <?php /** @var CodeIgniter\Shield\Entities\User $user */ ?>
26
value="<?= old('email', $user->email) ?>" required>
27
</div>
28
0 commit comments