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
Right now I'm using the fullname attribute on the recent listings view. When a user isn't logged in, the server only outputs the user's given name as fullName to preserve privacy, but when a user is logged in fullName is givenName + ' ' + familyName. Right now if you log in, the names stay as just first names until you refresh the page. So that's a bug (it should resend the request to get everything directly on login).
On the other hand, David thought we should just use first names always.
I agree. However, I think because the transactions occur face-to-face, it's really important to communicate specificity and authenticity the users, especially if they're new.
Login, logout doesn't reset their names
The text was updated successfully, but these errors were encountered: