From 1f484739fe16acd1a72069635a1e7911f72f3b06 Mon Sep 17 00:00:00 2001 From: ZingerLittleBee <6970999@gmail.com> Date: Sat, 27 Apr 2024 19:41:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20redirect=20when=20init?= =?UTF-8?q?=20finished?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/hub/app/auth/signin/page.tsx | 13 ++++++------- apps/hub/app/init/page.tsx | 5 ++--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/apps/hub/app/auth/signin/page.tsx b/apps/hub/app/auth/signin/page.tsx index 4433548..2e7b0b9 100644 --- a/apps/hub/app/auth/signin/page.tsx +++ b/apps/hub/app/auth/signin/page.tsx @@ -1,7 +1,6 @@ 'use client' import { useState } from 'react' -import Link from 'next/link' import { signIn } from 'next-auth/react' import { Button } from '@/components/ui/button' @@ -76,12 +75,12 @@ export default function SignInPage() { Login -