diff options
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/Proxied.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/Proxied.hs b/Auth/Proxied.hs index 684a3a1..9e15de3 100644 --- a/Auth/Proxied.hs +++ b/Auth/Proxied.hs @@ -32,6 +32,6 @@ authProxied = login authToMaster = let url = authToMaster (PluginR "proxied" []) in toWidget [hamlet| - Your new identifier is: # - <a href="@{url}">Zoinkz + Your are now authenticated for # + <a href="@{url}">here |] |