We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d834d0 commit 62c7de7Copy full SHA for 62c7de7
1 file changed
actions/complete-onboarding.tsx
@@ -146,6 +146,7 @@ export async function joinGlobalGroupIfDesiredAndUpdateImage(input: {
146
147
await verifySession()
148
if (!input.profileName) {
149
+ console.log('no username for global group')
150
logs.push({
151
ok: false as const,
152
title: 'Could not join global group',
0 commit comments