Don't redirect to login when activating account...

This commit is contained in:
riking 2014-07-15 10:47:47 -07:00
parent 3368e23fe4
commit 915f60b0fc
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ class UsersController < ApplicationController
:create,
:get_honeypot_value,
:activate_account,
:perform_account_activation,
:send_activation_email,
:authorize_email,
:password_reset]
@ -277,7 +278,7 @@ class UsersController < ApplicationController
end
def activate_account
expires_now()
expires_now
render layout: 'no_js'
end