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',
|
title: 'Phone Number',
|
||||||
url: '/dashboard/auth-control/phone',
|
url: '/dashboard/auth-control/phone',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: 'Apple',
|
// title: 'Apple',
|
||||||
url: '/dashboard/auth-control/apple',
|
// url: '/dashboard/auth-control/apple',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Telegram',
|
// title: 'Telegram',
|
||||||
url: '/dashboard/auth-control/telegram',
|
// url: '/dashboard/auth-control/telegram',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Google',
|
// title: 'Google',
|
||||||
url: '/dashboard/auth-control/google',
|
// url: '/dashboard/auth-control/google',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Facebook',
|
// title: 'Facebook',
|
||||||
url: '/dashboard/auth-control/facebook',
|
// url: '/dashboard/auth-control/facebook',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Twitter',
|
// title: 'Twitter',
|
||||||
url: '/dashboard/auth-control/twitter',
|
// url: '/dashboard/auth-control/twitter',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'GitHub',
|
// title: 'GitHub',
|
||||||
url: '/dashboard/auth-control/github',
|
// url: '/dashboard/auth-control/github',
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
export const navs = [
|
export const navs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user