feat: Add dedicated login and logout routes, refactor Supabase environment variables, and update registration form UI.
This commit is contained in:
5
src/routes/logout.tsx
Normal file
5
src/routes/logout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createFileRoute } from "@tanstack/react-router"
|
||||
|
||||
export const Route = createFileRoute("/logout")({
|
||||
beforeLoad: async ({ context }) => {}
|
||||
})
|
||||
Reference in New Issue
Block a user