From bd748ecaf2cf5a6e380abe3a9ce8908352f85539 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Wed, 9 Aug 2017 18:17:02 -0700 Subject: [PATCH] Some test changes --- test/Stormpath.Owin.NowinHarness/Program.cs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/test/Stormpath.Owin.NowinHarness/Program.cs b/test/Stormpath.Owin.NowinHarness/Program.cs index fa2d049..fa9df30 100644 --- a/test/Stormpath.Owin.NowinHarness/Program.cs +++ b/test/Stormpath.Owin.NowinHarness/Program.cs @@ -94,10 +94,17 @@ public void Configuration(IAppBuilder app) Web = new WebConfiguration { ServerUri = "http://localhost:8080", - Register = new WebRegisterRouteConfiguration - { - EmailVerificationRequired = false, - }, + //Register = new WebRegisterRouteConfiguration + //{ + // EmailVerificationRequired = false, + // Form = new WebRegisterRouteFormConfiguration + // { + // Fields = new Dictionary() + // { + // ["stormpathApiKey_1"] = new WebFieldConfiguration { Enabled = true, Required = false }, + // } + // } + //}, ForgotPassword = new WebForgotPasswordRouteConfiguration { Enabled = true