🐛 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', 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 = [