-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reo #1779
base: main
Are you sure you want to change the base?
Reo #1779
Conversation
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-04-04 20:37:43 CET |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-04-04 20:37:42 CET |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-04-04 20:37:48 CET |
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-04-04 20:37:41 CET |
firstname: $user.name.split(' ')[0], | ||
lastname: $user.name.split(' ')[1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if name is null? What if they only have a 1 word name?
What happens if the user isn't logged in already?
|
||
if (dev || !Object.keys($user).length) return; | ||
// @ts-expect-error | ||
Reo.identify(reoIdentity); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically, you would identify a user right after they successfully log in and/or you get the user.
What does this PR do?
Add reo to the console.
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)