Change password

This commit is contained in:
2026-02-23 09:46:41 +01:00
parent 471aa1067c
commit 8445af3f5a
21 changed files with 976 additions and 9 deletions

View File

@@ -79,6 +79,11 @@ void configureAppRouter() {
name: 'personal_data',
pageBuilder: PersonalDataBuilder().buildPage,
),
GoRoute(
path: AppRoutes.changePassword,
name: 'change_password',
pageBuilder: ChangePasswordBuilder().buildPage,
),
GoRoute(
path: AppRoutes.linkedDevices,
name: 'linked_devices',