You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @kyleecodes you have been assigned this issue! Please follow the directions in our Contributing Guide. We look forward to reviewing your pull request. ✨
Support Chayn's mission? ⭐ Please star this repo to help us find more contributors like you!
Learn more about our impact and sign-up for our volunteer programsto join our mission!. 🌸
Description
When a newly created Partner Admin tries to log in the first time it fails, as
user.lastActiveAt
isnull
:Logging in the second time succeeds, as
user.lastActiveAt
is notnull
anymore.To Reproduce
Steps to reproduce the behavior:
Expected behavior: User should be logged in
On the backend side there is an exception thrown: TypeError: Cannot read properties of null (reading 'getDate')
Desktop
The text was updated successfully, but these errors were encountered: