diff options
author | Clint Adams <clint@softwarefreedom.org> | 2013-07-19 15:25:08 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2013-07-19 15:25:08 -0400 |
commit | f8b325748a3631df00841f3524b6e1f95a4e30f4 (patch) | |
tree | 3eb0d418d8a2ece33774f770e6086108c3ef6c86 /Auth/Proxied.hs | |
parent | 10f6e8f4cce3303f53df359e0f40fcb5d584e85d (diff) |
Update to newer Yesod.
Diffstat (limited to 'Auth/Proxied.hs')
-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 |] |