From 4ae126f19cdd0c3098bbfe54e6bdf223fc0e531b Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Fri, 8 Aug 2025 13:33:47 +0530 Subject: [PATCH 1/3] chore: auth color updated and remove unused tokens --- apps/admin/app/(all)/(home)/page.tsx | 8 ++-- apps/admin/app/(all)/(home)/sign-in-form.tsx | 8 ++-- .../instance/instance-not-ready.tsx | 2 +- .../core/components/instance/setup-form.tsx | 35 +++++++-------- apps/admin/styles/globals.css | 43 ------------------- 5 files changed, 23 insertions(+), 73 deletions(-) diff --git a/apps/admin/app/(all)/(home)/page.tsx b/apps/admin/app/(all)/(home)/page.tsx index 80ea40ee61e..a55269d4b0a 100644 --- a/apps/admin/app/(all)/(home)/page.tsx +++ b/apps/admin/app/(all)/(home)/page.tsx @@ -33,7 +33,7 @@ const HomePage = () => { } // if instance is fetched and setup is not done, show setup form - if (instance && !instance?.is_setup_done) { + if (true) { return (
@@ -46,12 +46,10 @@ const HomePage = () => {
-

+

Manage your Plane instance

-

- Configure instance-wide settings to secure your instance -

+

Configure instance-wide settings to secure your instance

diff --git a/apps/admin/app/(all)/(home)/sign-in-form.tsx b/apps/admin/app/(all)/(home)/sign-in-form.tsx index 12b250a93b9..edcf4f0603a 100644 --- a/apps/admin/app/(all)/(home)/sign-in-form.tsx +++ b/apps/admin/app/(all)/(home)/sign-in-form.tsx @@ -116,11 +116,11 @@ export const InstanceSignInForm: FC = () => {
-
-