-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement/profile editing #66
Conversation
…ew data from the server after automatically
…value in the socket connection file
e6580d1
to
5ae64d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good to me. only thing i was wondering is that is it necessary to log out the user after they edit their info? or is difficult to do it without the logout?
Not necessarily as of now, but in the future, it might be necessary depending on if some data is stored in the authentication token. Also, I think most sites I've used usually require you to either refresh or re-login. |
yeah i guess im more used to a refresh and was thinking about it from the user experience perspective. but i guess this works too. after all its not that often that a use changes their info |
Refactored profile editing view with the required features (delete/edit information) + some minor tweaks non-related to this PR, but included them anyways since we are in a hurry!