We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CBRAIN has a page that allows users to generate an API token.
When the token is generated, it is shown int he page and users are expected to write it down/copy it somewhere.
I suggest that just besides the token we had a nice 'copy to clipboard' button.
The text was updated successfully, but these errors were encountered:
a snippet for that https://www.w3schools.com/howto/howto_js_copy_clipboard.asp
Sorry, something went wrong.
also there is a dedicated library, with an old backend https://clipboardjs.com/ with cool button and 'your text is copied' message
https://www.golinuxcloud.com/javascript-copy-to-clipboard/ recommends it as a polyfill/fall-back solution compatible with old browsers.
MontrealSergiy
Successfully merging a pull request may close this issue.
CBRAIN has a page that allows users to generate an API token.
When the token is generated, it is shown int he page and users are expected to write it down/copy it somewhere.
I suggest that just besides the token we had a nice 'copy to clipboard' button.
The text was updated successfully, but these errors were encountered: