Stop the temporary client
This commit is contained in:
parent
5167cacee8
commit
3d5421819f
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
|
||||||
},
|
},
|
||||||
false // Don't need the crypto store just to log out
|
false // Don't need the crypto store just to log out
|
||||||
);
|
);
|
||||||
await client.logout();
|
await client.logout(undefined, true);
|
||||||
} catch (err_) {
|
} catch (err_) {
|
||||||
logger.warn(
|
logger.warn(
|
||||||
"The previous session was lost, and we couldn't log it out, " +
|
"The previous session was lost, and we couldn't log it out, " +
|
||||||
|
|
Loading…
Reference in a new issue