diff --git a/authenticate.cabal b/authenticate.cabal index 74289eb5..642cfbdb 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.9.2.3 +version: 0.9.3 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani diff --git a/openid2.hs b/openid2.hs index 4f20f48e..7f155640 100644 --- a/openid2.hs +++ b/openid2.hs @@ -12,7 +12,7 @@ mkYesod "OID" [parseRoutes| /complete CompleteR GET |] -instance Yesod OID where approot _ = "http://localhost:3000" +instance Yesod OID where approot _ = "http://10.0.0.3:3000" getRootR = defaultLayout [hamlet|\