FIX: Flash authentication data not rendered in latest iOS safari browser

This commit is contained in:
Vinoth Kannan
2018-10-30 04:00:36 +05:30
parent f8305f53c7
commit 92bf3c667e
3 changed files with 4 additions and 4 deletions

View File

@ -454,7 +454,7 @@ class ApplicationController < ActionController::Base
end
def can_cache_content?
current_user.blank? && flash[:authentication_data].blank?
current_user.blank? && cookies[:authentication_data].blank?
end
# Our custom cache method