From ff911a35c9e9a22742f843c89ba00214e1624933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Z=C3=BCger?= Date: Wed, 8 Jul 2026 21:51:05 +0200 Subject: [PATCH] Enable passkeys for lszo test environment Turns on the passkeysEnabled flag for the lszo-test environment. Production stays off until the feature is verified on test. --- projects/lszo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/lszo.json b/projects/lszo.json index 0e112007..cfbf30f0 100644 --- a/projects/lszo.json +++ b/projects/lszo.json @@ -39,7 +39,8 @@ "test": { "firebaseProjectId": "lszo-test", "firebaseDatabaseUrl": "https://lszo-test-eu.europe-west1.firebasedatabase.app", - "firebaseApiKey": "AIzaSyB6YhIf-vJBbSFgNZxcUH5NTk1MRWJGIAU" + "firebaseApiKey": "AIzaSyB6YhIf-vJBbSFgNZxcUH5NTk1MRWJGIAU", + "passkeysEnabled": true }, "production": { "firebaseProjectId": "lszo-prod",