I have an ‘update profile’ page for my users. This includes multiple text input fields for users to update their email, profile name, etc.
The page seems to be working except for one part.
When I update User A’s profile information I’ll then log out and log in as User B. When I go to update User B’s profile info, the information for User A is still in the text fields.
How do I make sure this info is removed after each update?
Try clearing cookies or doing it in a private browser tab. This happens with PWA but not in native builds.
Also make sure you aren’t mixing ‘Current User’ with ‘Logged in User’.