Skip to content

Commit 26ed665

Browse files
authored
Update login.html
1 parent b5df458 commit 26ed665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h2 class="form-title">Welcome back</h2>
379379
// ── CONFIG ──────────────────────────────────────────────────────
380380
// ⚠️ REPLACE these two values with your actual Supabase project details
381381
// Found at: https://app.supabase.com → Project Settings → API
382-
const SUPABASE_URL = "https://cvkxtsvgnynxexmemfuy.supabase.co";
382+
const SUPABASE_URL = "https://api.simpaticohr.in";
383383
const SUPABASE_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImN2a3h0c3ZnbnlueGV4bWVtZnV5Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3Njc0MjE2NTEsImV4cCI6MjA4Mjk5NzY1MX0.2mys8Cc-ucJ1uLThEGJubeDEg1TvfIAkW-xFsR4ecq4";
384384

385385
// Cloudflare Worker URL (kept as fallback)

0 commit comments

Comments
 (0)