mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
refactor(auth): move auth into core module
This commit is contained in:
parent
75dd743244
commit
671056ddd9
4 changed files with 32 additions and 30 deletions
|
|
@ -102,7 +102,7 @@ export const MENU_ITEMS: List<NbMenuItem> = List([{
|
|||
}, {
|
||||
title: 'Auth',
|
||||
icon: 'ion-unlocked',
|
||||
children: List<NgaMenuItem>([{
|
||||
children: List<NbMenuItem>([{
|
||||
title: 'Login',
|
||||
link: '/auth/login',
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue