diff options
| author | horus_arch | 2015-03-21 14:22:13 +0100 |
|---|---|---|
| committer | horus_arch | 2015-03-21 14:22:13 +0100 |
| commit | a73dad2d4155699668ce14dc463913bb7892d3fc (patch) | |
| tree | 0d4e2c54184141d33d82ca4c60a2a3f0f8608c6b /handler.go | |
| parent | fc0c1682b1753c5d02650d6a18671b67959065af (diff) | |
| download | freemail-a73dad2d4155699668ce14dc463913bb7892d3fc.tar.gz | |
Skip dns validation if the MX record points to the correct server. Bugfix: Displays now flash message on success.
Diffstat (limited to 'handler.go')
| -rw-r--r-- | handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ func CreateNewEntryHandler(w http.ResponseWriter, r *http.Request) { return } - session.AddFlash("Success! You can login now with your new mail account.") + session.AddFlash("Success! You can login now with your new mail account.", "success") session.Save(r, w) http.Redirect(w, r, "/", 302) } |
