mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2025-12-06 00:23:00 +11:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
d0db49c334
|
|||
|
aca91a863b
|
|||
|
2a6a708d70
|
|||
|
8758a5fd5e
|
|||
|
7af283a71e
|
@@ -839,6 +839,11 @@ 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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user