mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-23 23:58:14 +11:00
Compare commits
2 Commits
8758a5fd5e
...
aca91a863b
Author | SHA1 | Date | |
---|---|---|---|
aca91a863b | |||
2a6a708d70 |
@ -839,6 +839,11 @@ namespace FireWallet
|
|||||||
|
|
||||||
Account = comboBoxaccount.Text;
|
Account = comboBoxaccount.Text;
|
||||||
Password = textBoxaccountpassword.Text;
|
Password = textBoxaccountpassword.Text;
|
||||||
|
// Escape the password to allow use in JSON
|
||||||
|
Password = Password.Replace("\\", "\\\\");
|
||||||
|
Password = Password.Replace("\"", "\\\"");
|
||||||
|
|
||||||
|
|
||||||
bool loggedin = await Login();
|
bool loggedin = await Login();
|
||||||
if (loggedin)
|
if (loggedin)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user