summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth.AspNet/Clients/OpenID/GoogleOpenIdClient.cs2
-rw-r--r--src/DotNetOpenAuth.AspNet/Clients/OpenID/YahooOpenIdClient.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.AspNet/Clients/OpenID/GoogleOpenIdClient.cs b/src/DotNetOpenAuth.AspNet/Clients/OpenID/GoogleOpenIdClient.cs
index 34531c0..9e36f16 100644
--- a/src/DotNetOpenAuth.AspNet/Clients/OpenID/GoogleOpenIdClient.cs
+++ b/src/DotNetOpenAuth.AspNet/Clients/OpenID/GoogleOpenIdClient.cs
@@ -19,7 +19,7 @@ namespace DotNetOpenAuth.AspNet.Clients {
/// Initializes a new instance of the <see cref="GoogleOpenIdClient"/> class.
/// </summary>
public GoogleOpenIdClient()
- : base("google", "https://www.google.com/accounts/o8/id") { }
+ : base("google", WellKnownProviders.Google) { }
#endregion
diff --git a/src/DotNetOpenAuth.AspNet/Clients/OpenID/YahooOpenIdClient.cs b/src/DotNetOpenAuth.AspNet/Clients/OpenID/YahooOpenIdClient.cs
index fd5f847..72d1837 100644
--- a/src/DotNetOpenAuth.AspNet/Clients/OpenID/YahooOpenIdClient.cs
+++ b/src/DotNetOpenAuth.AspNet/Clients/OpenID/YahooOpenIdClient.cs
@@ -19,7 +19,7 @@ namespace DotNetOpenAuth.AspNet.Clients {
/// Initializes a new instance of the <see cref="YahooOpenIdClient"/> class.
/// </summary>
public YahooOpenIdClient()
- : base("yahoo", "http://me.yahoo.com") { }
+ : base("yahoo", WellKnownProviders.Yahoo) { }
#endregion