Nous clipboard permission fix
Trello Card Link
https://trello.com/c/nKTKzwV6/124-permiss%C3%A3o-%C3%A1rea-de-transfer%C3%AAncia
Added
const handleCopyClick now calls the function unsecuredCopyToClipboard, that supposedly should copy without https need using document.execCommand('copy');
Removed
Nothing.
Changed
const handleCopyClick and added function unsecuredCopyToClipboard.
How to Test
Manual tests on local and prod.