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 };