Skip to content

Commit

Permalink
Updating to match previous logic
Browse files Browse the repository at this point in the history
  • Loading branch information
efleming18 committed Jun 21, 2019
1 parent d5446de commit 3ec2477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Areas/Identity/Pages/Account/Logout.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public async Task<IActionResult> OnPost(string returnUrl = null)
}
else
{
return Page();
return RedirectToPage("/Index");
}
}
}
Expand Down

0 comments on commit 3ec2477

Please sign in to comment.