Closed Pycnomerus closed 2 months ago
hiya @Pycnomerus ! Thanks for opening this issue.
Is this a duplicate of https://github.com/FusionAuth/fusionauth-issues/issues/684 ?
If so, please close this issue and upvote that one.
If not, please let me know what I'm missing.
Dup licate of #684
Add a Copy Button to config labels in the admin panel
Problem
When using the fusionauth Admin pannel for anything as a dev, and trying to copy client secret or client id trough double clicking the lable, the UI always copy an extra character, either a blank space or a newline character.
Solution
have a copy button next to every information field in the admin panel, so that i can trust the secret/id combo I put inside our application.
Alternatives/workarounds
be very careful when copy pasting for extra hidden character at both end of the string, or risk breaking the application login.