mirror of
https://github.com/tabler/tabler.git
synced 2026-08-07 20:02:23 +04:00
d8956a06d6
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
11 lines
350 B
Plaintext
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>
|