update deps

This commit is contained in:
2025-11-10 14:46:34 +01:00
parent 7376a5dd4d
commit ef9bec3334
15 changed files with 845 additions and 1141 deletions
@@ -132,7 +132,7 @@ const ApiTokensSection = ({
await navigator.clipboard.writeText(createdToken);
showSuccess();
return;
} catch (error) {
} catch {
// Some browsers expose writeText but still reject outside secure context
setCanCopyToken(false);
}