From cefcb310d6008e88fc3283ff5eba07a49f6126e9 Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Sat, 18 Jan 2025 21:53:44 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nav):=20Comment=20out=20unus?= =?UTF-8?q?ed=20social=20login=20options=20to=20simplify=20navigation=20co?= =?UTF-8?q?nfiguration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/config/navs.ts | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/admin/config/navs.ts b/apps/admin/config/navs.ts index 57eff3e..3b65e60 100644 --- a/apps/admin/config/navs.ts +++ b/apps/admin/config/navs.ts @@ -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 = [