TF-460 Add presentation layer for implement get all identities

This commit is contained in:
dab246
2022-04-26 09:31:38 +07:00
committed by Dat H. Pham
parent 4764f9eb90
commit f432dfb376
35 changed files with 591 additions and 204 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ abstract class AppRoutes {
static const COMPOSER = '/composer';
static const DESTINATION_PICKER = '/destinationPicker';
static const MAILBOX_CREATOR = '/mailboxCreator';
static const MANAGE_ACCOUNT = '/manage_account';
static const MANAGE_ACCOUNT = '$MAILBOX_DASHBOARD/manage_account';
}