Stop the temporary client

This commit is contained in:
Robin Townsend 2022-08-12 20:13:52 -04:00
parent 5167cacee8
commit 3d5421819f

View File

@ -150,7 +150,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
},
false // Don't need the crypto store just to log out
);
await client.logout();
await client.logout(undefined, true);
} catch (err_) {
logger.warn(
"The previous session was lost, and we couldn't log it out, " +