mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
FIX: do not persist error message
This commit is contained in:
parent
1b385bba2f
commit
91519fdfe7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue