Skip to content

Commit c1bdb7a

Browse files
committed
feat: pass email if username is not set - pylon
1 parent 8752022 commit c1bdb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/AppRoutes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function App(): JSX.Element {
274274
chat_settings: {
275275
app_id: process.env.PYLON_APP_ID,
276276
email: user.email,
277-
name: user.displayName,
277+
name: user.displayName || user.email,
278278
},
279279
};
280280
}

0 commit comments

Comments
 (0)