From 08402a2df35ccc3fddd494a4326d45da0cb823c9 Mon Sep 17 00:00:00 2001 From: ernstmul Date: Mon, 12 May 2025 16:41:51 +0200 Subject: [PATCH] Fix: add account signup back in --- src/lib/profiles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/profiles.ts b/src/lib/profiles.ts index abe10a3f5..84793a095 100644 --- a/src/lib/profiles.ts +++ b/src/lib/profiles.ts @@ -68,5 +68,5 @@ export const StudioProfile: Profile = { hasGithubLogin: true, githubLoginProvider: 'github2', hasGoogleLogin: true, - hasAccountLogin: false + hasAccountLogin: true };