minor tweaks 1

This commit is contained in:
G. Gibson 2023-02-28 10:30:14 -08:00
parent 247d7c8607
commit cab5dca089

View file

@ -3784,8 +3784,8 @@ module GxG
if response
if response.code.to_i == 200
@connector = the_connector
response.body.rewind()
the_csrf = ::Hash::gxg_import(JSON::parse(response.body.read().decode64, :symbolize_names => true))
# response.body.rewind()
the_csrf = ::Hash::gxg_import(JSON::parse(response.body.decode64, :symbolize_names => true))
@csrf = the_csrf[:csrf]
end
end