Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove deleting keys from login_session in gdisconnect()
The current code deletes keys from login_session in both disconnect() and gdisconnect(), which leads to an error when the user tries to logout. To fix this issue and to match the Facebook code, I have removed all the deletions from the gdisconnect() function.
- Loading branch information