tattle-made / kosh-v2

3 stars 4 forks source link

Unable to copy token on Firefox #63

Open dennyabrain opened 2 years ago

dennyabrain commented 2 years ago

I tried copying an access token to my clipboard and it failed.

Steps to recreate :

  1. Login on firefox browser
  2. Go to the tokens page
  3. Create "Add" button
  4. Click on the button with the "clipboard" icon next to the newly created token

Expected Outcome : The access token should get copied to your clipboard and you should be able to paste it in a new application.

Actual Outcome :

  1. Nothing gets copied to the clipboard.
  2. If you open developer console and check the console tab, you see the following error message "Uncaught TypeError: navigator.clipboard is undefined"
RishavT commented 2 years ago

Taking this up :) @dennyabrain