mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
Fix MFA superlevel redirect & ViewTransition (#314)
* feat: fix mfa superlevel & viewtransition * fix: lint
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user