Fix MFA superlevel redirect & ViewTransition (#314)

* feat: fix mfa superlevel & viewtransition

* fix: lint
This commit is contained in:
DecDuck
2026-01-15 15:34:17 +11:00
committed by GitHub
parent 833b5fbcfa
commit 99a60b8fa0
6 changed files with 113 additions and 13 deletions

View File

@@ -202,7 +202,6 @@ async function createToken(
},
failTitle: "Failed to create API token.",
});
console.log(result);
newToken.value = result.token;
tokens.value.push(result);
} finally {