mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Stop the temporary client
This commit is contained in:
parent
5167cacee8
commit
3d5421819f
@ -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, " +
|
||||
|
Loading…
Reference in New Issue
Block a user