mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
🐛 fix(nav): Comment out unused social login options to simplify navigation configuration
This commit is contained in:
parent
4ea6e4a2a3
commit
cefcb310d6
@ -11,30 +11,30 @@ export const AuthControl = [
|
||||
title: 'Phone Number',
|
||||
url: '/dashboard/auth-control/phone',
|
||||
},
|
||||
{
|
||||
title: 'Apple',
|
||||
url: '/dashboard/auth-control/apple',
|
||||
},
|
||||
{
|
||||
title: 'Telegram',
|
||||
url: '/dashboard/auth-control/telegram',
|
||||
},
|
||||
{
|
||||
title: 'Google',
|
||||
url: '/dashboard/auth-control/google',
|
||||
},
|
||||
{
|
||||
title: 'Facebook',
|
||||
url: '/dashboard/auth-control/facebook',
|
||||
},
|
||||
{
|
||||
title: 'Twitter',
|
||||
url: '/dashboard/auth-control/twitter',
|
||||
},
|
||||
{
|
||||
title: 'GitHub',
|
||||
url: '/dashboard/auth-control/github',
|
||||
},
|
||||
// {
|
||||
// title: 'Apple',
|
||||
// url: '/dashboard/auth-control/apple',
|
||||
// },
|
||||
// {
|
||||
// title: 'Telegram',
|
||||
// url: '/dashboard/auth-control/telegram',
|
||||
// },
|
||||
// {
|
||||
// title: 'Google',
|
||||
// url: '/dashboard/auth-control/google',
|
||||
// },
|
||||
// {
|
||||
// title: 'Facebook',
|
||||
// url: '/dashboard/auth-control/facebook',
|
||||
// },
|
||||
// {
|
||||
// title: 'Twitter',
|
||||
// url: '/dashboard/auth-control/twitter',
|
||||
// },
|
||||
// {
|
||||
// title: 'GitHub',
|
||||
// url: '/dashboard/auth-control/github',
|
||||
// },
|
||||
];
|
||||
|
||||
export const navs = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user