feat: change password

This commit is contained in:
efrilm
2025-08-19 15:35:18 +07:00
parent 7919825955
commit 1b1e8c5bb4
14 changed files with 1247 additions and 119 deletions
@@ -66,6 +66,13 @@ class ProfileAccountInfo extends StatelessWidget {
subtitle: 'Ubah profil kamu',
onTap: () => context.router.push(ProfileEditRoute(user: user)),
),
ProfileDivider(),
ProfileTile(
icon: LineIcons.lock,
title: 'Change Password',
subtitle: 'Change your password',
onTap: () => context.router.push(ProfileChangePasswordRoute()),
),
],
),
);