feat: add route names to account config

pull/4377/head
Arman Ozak 5 years ago
parent 4ed2c5bed3
commit a8906ba87b

@ -0,0 +1,6 @@
export const enum eAccountRouteNames {
Account = 'AbpAccount::Menu:Account',
Login = 'AbpAccount::Login',
Register = 'AbpAccount::Register',
ManageProfile = 'AbpAccount::ManageYourProfile',
}
Loading…
Cancel
Save