From a58f859d4136cca05f2cfce9e3f19e70d4dc6e81 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Feb 2012 15:35:44 +0200 Subject: [PATCH] Fix warnings --- yesod-auth/Yesod/Auth/GoogleEmail.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/yesod-auth/Yesod/Auth/GoogleEmail.hs b/yesod-auth/Yesod/Auth/GoogleEmail.hs index 6a2c15b4..233866ca 100644 --- a/yesod-auth/Yesod/Auth/GoogleEmail.hs +++ b/yesod-auth/Yesod/Auth/GoogleEmail.hs @@ -18,7 +18,6 @@ module Yesod.Auth.GoogleEmail import Yesod.Auth import qualified Web.Authenticate.OpenId as OpenId -import Yesod.Form import Yesod.Handler import Yesod.Widget import Yesod.Request @@ -39,7 +38,6 @@ authGoogleEmail = AuthPlugin "googleemail" dispatch login where complete = PluginR "googleemail" ["complete"] - name = "openid_identifier" login tm = [whamlet|_{Msg.LoginGoogle}|] dispatch "GET" ["forward"] = do