diff --git a/src/Yesod/Auth/NoPassword.hs b/src/Yesod/Auth/NoPassword.hs
--- a/src/Yesod/Auth/NoPassword.hs
+++ b/src/Yesod/Auth/NoPassword.hs
@@ -137,7 +137,6 @@
                     lift $ updateLoginHashForUser user (Just hash) tid
                 Nothing ->
                     lift $ newUserWithLoginHash email hash tid
-            setMessage $ B.text "Check your email for a login link"
             url <- genUrl token tid
             lift $ sendLoginEmail email url
             lift $ redirect (emailSentRoute master)
diff --git a/yesod-auth-nopassword.cabal b/yesod-auth-nopassword.cabal
--- a/yesod-auth-nopassword.cabal
+++ b/yesod-auth-nopassword.cabal
@@ -1,5 +1,5 @@
 name:                yesod-auth-nopassword
-version:             0.1.0.2
+version:             0.1.1.1
 synopsis:            A plugin for Yesod to provide email-only authentication.
 description:         Please see README.md
 homepage:            https://github.com/danpalmer/yesod-auth-nopassword#readme
