google_sign_in
google_sign_in copied to clipboard
Update the google_sign_in keys to be strings rather than symbols
flash[:google_sign_in][:id_token] is nil on Rails 7.1 because flash[:google_sign_in] is a Hash.
I suspect it used to be HashWithIndifferentAccess before.
The fix is to switch over to strings when accessing Hash items.