feat: copied to clipboard notify
This commit is contained in:
@@ -81,6 +81,7 @@ const ApiKeyManager = () => {
|
||||
navigator.clipboard.writeText(apiKey);
|
||||
setCopySuccess(true);
|
||||
setTimeout(() => setCopySuccess(false), 2000);
|
||||
notify('info', 'API Key copied to clipboard');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user