Files
tabler/preview/pages/auth-lock.astro
T

10 lines
276 B
Plaintext

---
// title really is "Forgot password" in the Liquid source)
import SingleLayout from '@shared/layouts/SingleLayout.astro';
import AuthLockCard from '@shared/components/cards/AuthLockCard.astro';
---
<SingleLayout title="Forgot password">
<AuthLockCard />
</SingleLayout>