Fix: add account signup back in

This commit is contained in:
ernstmul
2025-05-12 16:41:51 +02:00
parent ab16e5c233
commit 08402a2df3
+1 -1
View File
@@ -68,5 +68,5 @@ export const StudioProfile: Profile = {
hasGithubLogin: true,
githubLoginProvider: 'github2',
hasGoogleLogin: true,
hasAccountLogin: false
hasAccountLogin: true
};