deep-foundation / deep-foundation/deepcase-app
Unable to logout from user that does not exists
Open
bug
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
It happens after reinstallation of server Deep instance.
Local storage remembers old user that now does not exists, but Deep.Case UI does not allow to logout.

# Workaround 1
Clear local storage using browser's console.
```js
localStorage.clear();
document.cookie = '';
```
# Workaround 2
Use incognito mode in the browser.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.