feat(web): introduce API tokens in admin dashboard
This commit is contained in:
5
packages/web/src/helpers/copyValue.js
Normal file
5
packages/web/src/helpers/copyValue.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import copy from 'clipboard-copy';
|
||||
|
||||
export default function copyInputValue(value) {
|
||||
copy(value);
|
||||
}
|
||||
Reference in New Issue
Block a user