TF-1074 Change name app routes
This commit is contained in:
+2
-2
@@ -169,7 +169,7 @@ class IdentitiesController extends BaseController {
|
||||
if (kIsWeb) {
|
||||
_openIdentityCreatorOverlay();
|
||||
} else {
|
||||
push(AppRoutes.IDENTITY_CREATOR);
|
||||
push(AppRoutes.identityCreator);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -295,7 +295,7 @@ class IdentitiesController extends BaseController {
|
||||
if (kIsWeb) {
|
||||
_openIdentityCreatorOverlay();
|
||||
} else {
|
||||
push(AppRoutes.IDENTITY_CREATOR);
|
||||
push(AppRoutes.identityCreator);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user