From 3d5421819f9bf8b4826f0a4fe16cb222d848cf2f Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Fri, 12 Aug 2022 20:13:52 -0400 Subject: [PATCH] Stop the temporary client --- src/ClientContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientContext.tsx b/src/ClientContext.tsx index aff9472..7000792 100644 --- a/src/ClientContext.tsx +++ b/src/ClientContext.tsx @@ -150,7 +150,7 @@ export const ClientProvider: FC = ({ 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, " +