mirror of
https://github.com/mistergibson/gxg-framework.git
synced 2026-08-15 03:46:00 -07:00
minor tweaks 1
This commit is contained in:
parent
247d7c8607
commit
cab5dca089
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue