mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add userid to itercom and post to logout
This commit is contained in:
parent
981dbceb93
commit
8a67492cf8
2 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,8 @@ export class HydraApi {
|
|||
expirationTimestamp: 0,
|
||||
subscription: null,
|
||||
};
|
||||
|
||||
this.post("/auth/logout", {}, { needsAuth: false }).catch(() => {});
|
||||
}
|
||||
|
||||
static async setupApi() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue