mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
remove unused method
This commit is contained in:
parent
8b8494ee64
commit
05cb66f2a4
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ export class HydraApi {
|
|||
expirationTimestamp: 0,
|
||||
};
|
||||
|
||||
static isLoggedIn() {
|
||||
return this.userAuth.authToken !== "";
|
||||
}
|
||||
|
||||
static async handleExternalAuth(auth: string) {
|
||||
const { payload } = url.parse(auth, true).query;
|
||||
|
||||
|
|
Loading…
Reference in a new issue