In an application that I have built I am using anvil’s built-in login form.
Everything works fine except for the fact that it sustains the previous email that has logged to the app when someone opens the login form, like on the image below. It seems like a placeholder at first but it is not.
The weird thing is that the last logged email might appear on different user browsers, hence I am concerned about the security issues. I do not want my users to see other user’s email.
Has anyone got any idea of why this is happening and how it can be resolved?
You can also toggle or modify this from the Users Service:
Left hand ribbon:
If this is toggled off and you are still seeing the same issue, then you can know it is probably a browser issue and not an inherent anvil issue.
(I mean you could be doing something with code, but if you don’t already know what that is, I doubt you are)