mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-13 09:45:47 +00:00
14 lines
376 B
PHP
14 lines
376 B
PHP
![]() |
<?= $this->extend(config('Auth')->views['layout']) ?>
|
||
|
|
||
|
<?= $this->section('title') ?><?= lang('Auth.useMagicLink') ?> <?= $this->endSection() ?>
|
||
|
|
||
|
<?= $this->section('content') ?>
|
||
|
|
||
|
<p class="text-lg font-semibold"><?= lang('Auth.checkYourEmail') ?></p>
|
||
|
|
||
|
<p><?= lang('Auth.magicLinkDetails', [setting('Auth.magicLinkLifetime') / 60]) ?></p>
|
||
|
|
||
|
</form>
|
||
|
|
||
|
<?= $this->endSection() ?>
|