FIX: do not persist error message
This commit is contained in:
parent
1b385bba2f
commit
91519fdfe7
|
@ -474,7 +474,7 @@ class UsersController < ApplicationController
|
|||
end
|
||||
|
||||
else
|
||||
flash[:error] = I18n.t('activation.already_done')
|
||||
flash.now[:error] = I18n.t('activation.already_done')
|
||||
end
|
||||
render layout: 'no_ember'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue