diff --git a/frontend/components/auth/LoginClient.tsx b/frontend/components/auth/LoginClient.tsx index e8c13233..57ad0fc5 100644 --- a/frontend/components/auth/LoginClient.tsx +++ b/frontend/components/auth/LoginClient.tsx @@ -1,9 +1,11 @@ "use client"; import { FormEvent, useEffect, useState } from "react"; +import Link from "next/link"; import { useRouter } from "next/navigation"; import { ArrowRight, + ChevronLeft, Chrome, Cloud, CloudRain, @@ -136,6 +138,15 @@ export function LoginClient({ nextPath }: LoginClientProps) {
- 登录后跳转到: {nextPath}
-
Supabase 未配置,无法使用登录