From 46c93b584fe11c0e64024a190d61fa4ec2d60915 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 15 Dec 2018 15:58:45 -0500 Subject: [PATCH] change password --- DeskHubSharp/Models/Email.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DeskHubSharp/Models/Email.cs b/DeskHubSharp/Models/Email.cs index 58498f3..dff602e 100644 --- a/DeskHubSharp/Models/Email.cs +++ b/DeskHubSharp/Models/Email.cs @@ -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 } } -} \ No newline at end of file +}