|
|
|
@ -1,10 +1,10 @@ |
|
|
|
|
--- |
|
|
|
|
import UpdatePasswordForm from '../../components/Setting/UpdatePasswordForm'; |
|
|
|
|
import SettingSidebar from '../../components/Setting/SettingSidebar.astro'; |
|
|
|
|
import UpdatePasswordForm from '../../components/Setting/UpdatePasswordForm'; |
|
|
|
|
import SettingLayout from '../../layouts/SettingLayout.astro'; |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
<SettingLayout title='Change Password' description=''> |
|
|
|
|
<SettingLayout title='Change Password' description='' noIndex={true}> |
|
|
|
|
<SettingSidebar pageUrl='change-password' name='Change Password'> |
|
|
|
|
<UpdatePasswordForm client:load /> |
|
|
|
|
</SettingSidebar> |
|
|
|
|