Change password
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user