mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
feat(auth): auth pages added
This commit is contained in:
parent
210c6f2355
commit
75dd743244
6 changed files with 73 additions and 4 deletions
|
|
@ -99,4 +99,20 @@ export const MENU_ITEMS: List<NbMenuItem> = List([{
|
|||
title: 'Smart Table',
|
||||
link: '/pages/tables/smart-table',
|
||||
}]),
|
||||
}, {
|
||||
title: 'Auth',
|
||||
icon: 'ion-unlocked',
|
||||
children: List<NgaMenuItem>([{
|
||||
title: 'Login',
|
||||
link: '/auth/login',
|
||||
}, {
|
||||
title: 'Register',
|
||||
link: '/auth/register',
|
||||
}, {
|
||||
title: 'Request Password',
|
||||
link: '/auth/request-password',
|
||||
}, {
|
||||
title: 'Reset Password',
|
||||
link: '/auth/reset-password',
|
||||
}]),
|
||||
}]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue