Compare commits

..

No commits in common. "aca91a863be9dda04d2f171247a452e87e1e5664" and "8758a5fd5e5dec0686ca3d699fc0741aee5bcf38" have entirely different histories.

View File

@ -839,11 +839,6 @@ namespace FireWallet
Account = comboBoxaccount.Text;
Password = textBoxaccountpassword.Text;
// Escape the password to allow use in JSON
Password = Password.Replace("\\", "\\\\");
Password = Password.Replace("\"", "\\\"");
bool loggedin = await Login();
if (loggedin)
{