Skip to content

Commit e81df0f

Browse files
committed
Removed email from test project.
1 parent 81c438e commit e81df0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CrashReporterWPFTest/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private static void CurrentDomainOnUnhandledException(object sender, UnhandledEx
3636

3737
public static void SendReport(Exception exception, string developerMessage = "", bool silent = true)
3838
{
39-
var reportCrash = new ReportCrash("[email protected]")
39+
var reportCrash = new ReportCrash("Email where you want to receive crash reports.")
4040
{
4141
DeveloperMessage = developerMessage,
4242
Silent = silent

0 commit comments

Comments
 (0)