From d7b16b90847e4ff8b88324beb48703e964efbac1 Mon Sep 17 00:00:00 2001 From: Krish Mishra Date: Sun, 14 Sep 2025 13:55:26 +0530 Subject: [PATCH] Update index.js --- Node-1st-gen/spotify-auth/functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node-1st-gen/spotify-auth/functions/index.js b/Node-1st-gen/spotify-auth/functions/index.js index f59383907e..f3de82f5f7 100644 --- a/Node-1st-gen/spotify-auth/functions/index.js +++ b/Node-1st-gen/spotify-auth/functions/index.js @@ -137,7 +137,7 @@ async function createFirebaseAccount(spotifyID, displayName, photoURL, email, ac displayName: displayName, photoURL: photoURL, email: email, - emailVerified: true, + emailVerified: false, }); } throw error;