summaryrefslogtreecommitdiffstats
path: root/src/OAuth/OAuthAuthorizationServer/Controllers/HomeController.cs
diff options
context:
space:
mode:
authorDavid Christiansen <coding@davedoes.net>2012-07-01 15:11:40 -0700
committerDavid Christiansen <coding@davedoes.net>2012-07-01 15:11:40 -0700
commitc37ddb8e4b71e92568982a705c9c6219e6f2afde (patch)
tree72380961aa0f3beef56bb7e70ba1caac8bb5b03b /src/OAuth/OAuthAuthorizationServer/Controllers/HomeController.cs
parent06401bb049dc29cf4446eb61a4a72317a644ce54 (diff)
parent98cd8437378c0169ec31d24213d209b062b8fecb (diff)
downloadDotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.zip
DotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.tar.gz
DotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.tar.bz2
Merge pull request #2 from DavidChristiansen/V401-Upgrade
V401 upgrade
Diffstat (limited to 'src/OAuth/OAuthAuthorizationServer/Controllers/HomeController.cs')
-rw-r--r--src/OAuth/OAuthAuthorizationServer/Controllers/HomeController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OAuth/OAuthAuthorizationServer/Controllers/HomeController.cs b/src/OAuth/OAuthAuthorizationServer/Controllers/HomeController.cs
index d6dd144..685b4e7 100644
--- a/src/OAuth/OAuthAuthorizationServer/Controllers/HomeController.cs
+++ b/src/OAuth/OAuthAuthorizationServer/Controllers/HomeController.cs
@@ -40,7 +40,7 @@
dc.Clients.InsertOnSubmit(new Client {
ClientIdentifier = "sampleImplicitConsumer",
Name = "Some sample client used for implicit grants (no secret)",
- Callback = "http://localhost:59721/",
+ Callback = "http://localhost:59722/",
});
dc.SubmitChanges();