Closed wouteraddink closed 1 year ago
Hi Wouter,
The problem is likely caused by a false conditional statement. When logging in for the first time it should check if the user object is empty to add the new user record to the database. However, it checked on the plain user object, which if not existent, is still an empty object. Empty objects count as a true value, hence the conditional to trigger the user addition was not triggered.
Will change the conditional to check if the user object is empty instead of existent.
when creating a new user, (new email account) you can login with an identity provider from the list but then you see no username or link to your profile/logout once you are logged in.