muke1908 / chat-e2ee

End-to-end encrypted disposable chat sessions, exchange sensitive information with peer safely and securely.
https://chat-e2ee-2.azurewebsites.net/
Apache License 2.0
323 stars 198 forks source link

passing two arguments instead of one to SS.get function in storage.js #302

Closed suman313 closed 1 year ago

suman313 commented 1 year ago

In client/src/utils/storage.js the get function is accepting one parameter i.e. key. But in client/src/pages/messaging/index.js in line 159 the get function accepts two arguments. I think this may be an issue.

muke1908 commented 1 year ago

thanks, removed.

muke1908 commented 1 year ago

thanks, removed.