joaomgcd / JoinDesktop

A desktop app for Join built in Electron
240 stars 20 forks source link

Clipboard encrypted #15

Closed novakin closed 3 years ago

novakin commented 3 years ago

Hi

Im sending 2FA code from my phone to join-desktop. The join action sets the clipboard to the %code variable.

Issue is that Join displays a proper notification i.e Setting clipboard 189585

but the clipboard on windows is encrypted.

joaomgcd commented 3 years ago

Hi. Can you give me an example of what the clipboard ends up with in that situation? Thanks

novakin commented 3 years ago

Something like that

eFb5y+kXYwp9myzeTWz+Og===:=O/sMzc4ST5z5ocAjBHEN0g==

novakin commented 3 years ago

Found out that it happens only on local network

joaomgcd commented 3 years ago

Thank you! Fixed on the latest code release! :)