From 49a7023b80f8a9dd19ab113f815880d4767cd070 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 28 Jan 2016 23:58:17 -0500 Subject: [PATCH] minor change --- .../Controllers/AuthenticationController.cs | 2 +- src/stars.tparnell.io/Project_Readme.html | 188 ------------------ 2 files changed, 1 insertion(+), 189 deletions(-) delete mode 100644 src/stars.tparnell.io/Project_Readme.html diff --git a/src/stars.tparnell.io/Controllers/AuthenticationController.cs b/src/stars.tparnell.io/Controllers/AuthenticationController.cs index cedeed6..f2dfb87 100644 --- a/src/stars.tparnell.io/Controllers/AuthenticationController.cs +++ b/src/stars.tparnell.io/Controllers/AuthenticationController.cs @@ -33,7 +33,7 @@ namespace stars.tparnell.io.Controllers // Instruct the middleware corresponding to the requested external identity // provider to redirect the user agent to its own authorization endpoint. // Note: the authenticationScheme parameter must match the value configured in Startup.cs - return new ChallengeResult(provider, new AuthenticationProperties { RedirectUri = string.IsNullOrWhiteSpace(ReturnUrl) ? "~/Manage" : ReturnUrl }); + return new ChallengeResult(provider, new AuthenticationProperties { RedirectUri = string.IsNullOrWhiteSpace(ReturnUrl) ? this.Url.Action("Index", "Manage") : ReturnUrl }); } [HttpGet("~/signout")] diff --git a/src/stars.tparnell.io/Project_Readme.html b/src/stars.tparnell.io/Project_Readme.html deleted file mode 100644 index 0fc12df..0000000 --- a/src/stars.tparnell.io/Project_Readme.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - Welcome to ASP.NET 5 - - - - - - -
-
-

This application consists of:

-
    -
  • Sample pages using ASP.NET MVC 6
  • -
  • Gulp and Bower for managing client-side libraries
  • -
  • Theming using Bootstrap
  • -
-
- - - - - -
- - -