feat(auth): Add Oauth configuration for Telegram, Facebook, Google, Github, and Apple

This commit is contained in:
web@ppanel
2025-01-19 20:43:35 +07:00
parent cefcb310d6
commit 18ee600836
133 changed files with 2391 additions and 24 deletions
+20 -20
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: 'Telegram',
url: '/dashboard/auth-control/telegram',
},
{
title: 'Apple',
url: '/dashboard/auth-control/apple',
},
{
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: 'GitHub',
url: '/dashboard/auth-control/github',
},
];
export const navs = [