Remove on-premise test elements

Removes the Supabase on-premise test-related elements from the login page.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 22:42:12 +00:00
parent d90455af22
commit ab10176684
2 changed files with 2 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
import { useState, useEffect } from "react";
import { useState } from "react";
import { useNavigate } from "react-router-dom";
import { useToast } from "@/hooks/useToast.wrapper";
import { useAuth } from "@/contexts/auth";