From 85ac9f73660643da58ed0fbcb3e60a65b894f43d Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 10 Apr 2017 18:30:27 +0200 Subject: [PATCH] Cosmetic. --- modules/auth/cms_authentication_module.e | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/auth/cms_authentication_module.e b/modules/auth/cms_authentication_module.e index f6b450a..781fd2d 100644 --- a/modules/auth/cms_authentication_module.e +++ b/modules/auth/cms_authentication_module.e @@ -481,7 +481,8 @@ feature -- Handler r.set_status_code ({HTTP_CONSTANTS}.internal_server_error) r.set_main_content ("

ERROR: User activation failed for " + html_encoded (l_user.name) + "!

") end - else -- the token does not exist, or it was already used. + else + -- the token does not exist, or it was already used. r.set_status_code ({HTTP_CONSTANTS}.bad_request) r.set_main_content ("

The token " + l_token.value + " is not valid " + r.link ("Reactivate Account", "account/reactivate", Void) + "

") end