Initial import of AbelBirdNest Stock
This commit is contained in:
14
src/app/change-password/page.tsx
Normal file
14
src/app/change-password/page.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import { AppShell } from "@/components/layout/app-shell";
|
||||
import { ChangePasswordClient } from "@/features/auth/components/change-password-client";
|
||||
|
||||
export default async function ChangePasswordPage() {
|
||||
return (
|
||||
<AppShell
|
||||
pathname="/change-password"
|
||||
title="Ganti Password"
|
||||
description="Perbarui password akun Anda dengan memasukkan password saat ini lalu simpan password baru."
|
||||
>
|
||||
<ChangePasswordClient />
|
||||
</AppShell>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user