forked from abner/for-legacy-web
Fix: Placeholder would overflow sidebar.
This commit is contained in:
@@ -112,7 +112,7 @@ function Context({ auth, children, dispatcher }: Props) {
|
||||
logout: async shouldRequest => {
|
||||
dispatcher({ type: "LOGOUT" });
|
||||
|
||||
delete client.user;
|
||||
client.reset();
|
||||
dispatcher({ type: "RESET" });
|
||||
|
||||
openScreen({ id: "none" });
|
||||
|
||||
Reference in New Issue
Block a user