Changes, apparently
This commit is contained in:
parent
530c3ac4ee
commit
bf6cff8f61
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ async function getAuth(): Promise<false|{ user: string, token: string }> {
|
||||||
} catch(e) { return false } // todo: dont assume we're logged out if death
|
} catch(e) { return false } // todo: dont assume we're logged out if death
|
||||||
}
|
}
|
||||||
|
|
||||||
export { getAuth, getAuthHeaders }
|
export { getAuth, getAuthHeaders }
|
||||||
|
|
Loading…
Reference in a new issue