1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-07 20:02:23 +04:00
Files
tabler/preview/pages/auth-lock.astro
T
2026-07-28 00:09:02 +02:00

11 lines
350 B
Plaintext

---
// Port of preview/pages/auth-lock.html (layout: single; the front matter
// 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>