mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 05:11:02 +00:00
feat: add userid to itercom and post to logout
This commit is contained in:
@@ -112,6 +112,8 @@ export class HydraApi {
|
||||
expirationTimestamp: 0,
|
||||
subscription: null,
|
||||
};
|
||||
|
||||
this.post("/auth/logout", {}, { needsAuth: false }).catch(() => {});
|
||||
}
|
||||
|
||||
static async setupApi() {
|
||||
|
||||
Reference in New Issue
Block a user