fix: fix lint errors
This commit is contained in:
parent
15b4a4b2dd
commit
03788c9d73
3 changed files with 5 additions and 1 deletions
|
@ -87,7 +87,7 @@ export default function Login() {
|
|||
</div>
|
||||
|
||||
<p className="text-center text-gray-400 mt-4">
|
||||
Don't have an account? <a href="/register" className="text-blue-400 hover:underline">Register</a>
|
||||
Don't have an account? <a href="/register" className="text-blue-400 hover:underline">Register</a>
|
||||
</p>
|
||||
</motion.div>
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
|
||||
import { createServerClient, type CookieOptions } from "@supabase/ssr";
|
||||
import { type NextRequest, NextResponse } from "next/server";
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
|
||||
'use server'
|
||||
import { createServerClient, type CookieOptions } from "@supabase/ssr";
|
||||
import { cookies } from "next/headers";
|
||||
|
|
Loading…
Add table
Reference in a new issue