update deps
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user