mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
6 lines
187 B
PHP
6 lines
187 B
PHP
<p>
|
|
<?= lang('Auth.login') ?><br />
|
|
<a href="<?= url_to('verify-magic-link') ?>?token=<?= $token ?>">
|
|
<?= url_to('verify-magic-link') ?>?token=<?= $token ?>
|
|
</a>
|
|
</p>
|