🐛 fix(nav): Comment out unused social login options to simplify navigation configuration

This commit is contained in:
web@ppanel 2025-01-18 21:53:44 +07:00
parent 4ea6e4a2a3
commit cefcb310d6

View File

@ -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 = [