mirror of
https://github.com/LukeHagar/Anchor.git
synced 2025-12-11 04:19:19 +00:00
Version Bump, Adjusted Build ON, cleaning
This commit is contained in:
@@ -80,7 +80,6 @@ export async function checkSession() {
|
||||
} catch (error) {
|
||||
const tenant = get(idnSession).tenant;
|
||||
if (tenant) {
|
||||
tabUrl = new URL(tenant);
|
||||
const sessionResp = await fetch(tenant + '/ui/session').catch((err: Error) =>
|
||||
console.debug(err)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user