change password

This commit is contained in:
Wyatt J. Miller 2018-12-15 15:58:45 -05:00 committed by GitHub
parent f8293e85c6
commit 46c93b584f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ namespace DeskHubSharp
{
private string _toEmail = "wjmiller2016@gmail.com";
private string _fromEmail = "wjmiller2016@gmail.com";
private string _passwordEmail = "IhaveanAMDRX580";
private string _passwordEmail = "password";
public string Password
{
@ -33,4 +33,4 @@ namespace DeskHubSharp
}
}
}
}