Fix warnings

This commit is contained in:
Michael Snoyman 2012-02-12 15:35:44 +02:00
parent 2e71fb0a28
commit a58f859d41

View File

@ -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|<a href=@{tm forwardUrl}>_{Msg.LoginGoogle}|]
dispatch "GET" ["forward"] = do