mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-24 08:08:14 +11:00
Compare commits
No commits in common. "aca91a863be9dda04d2f171247a452e87e1e5664" and "8758a5fd5e5dec0686ca3d699fc0741aee5bcf38" have entirely different histories.
aca91a863b
...
8758a5fd5e
@ -839,11 +839,6 @@ 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