Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Some test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Aug 10, 2017
1 parent aad788b commit bd748ec
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions test/Stormpath.Owin.NowinHarness/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, WebFieldConfiguration>()
// {
// ["stormpathApiKey_1"] = new WebFieldConfiguration { Enabled = true, Required = false },
// }
// }
//},
ForgotPassword = new WebForgotPasswordRouteConfiguration
{
Enabled = true
Expand Down

0 comments on commit bd748ec

Please sign in to comment.