GRN2-195: Fixed issues with turbolinks caching (#626)

* Fixed issues with turbolinks caching

* Updated string for twitter flash
This commit is contained in:
farhatahmad
2019-07-11 08:54:52 -04:00
committed by Jesus Federico
parent 355bee8059
commit ea759d551c
5 changed files with 11 additions and 27 deletions

View File

@ -127,6 +127,8 @@ module SessionsHelper
old_user.destroy!
session["old_twitter_user_id"] = nil
flash[:success] = I18n.t("registration.deprecated.merge_success")
end
end
end