Added Google account to the Onboarding flow

This commit is contained in:
Okechi Jones-Williams
2026-03-17 18:38:32 +00:00
parent 5129e8e343
commit 224f0c8bba

View File

@@ -28,7 +28,7 @@ function getSupabaseEnv() {
const supabaseEnv = getSupabaseEnv()
// Inject into process.env so Playwright and your app code can read them
Object.assign(process.env, supabaseEnv)
// Object.assign(process.env, supabaseEnv)
export default defineConfig({
testDir: './tests/e2e',