mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
14 lines
380 B
PHP
14 lines
380 B
PHP
<?= $this->extend(config('Auth')->views['layout']) ?>
|
|
|
|
<?= $this->section('pageTitle') ?><?= 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() ?>
|