forked from Trustie/forgeplus
fix bug
This commit is contained in:
parent
f65011282b
commit
ed22c492ea
|
|
@ -23,7 +23,7 @@ class Api::V1::Projects::ScaController < Api::V1::BaseController
|
|||
cookies[:sca_token] = {
|
||||
:value => @auth_token[:json]["token"],
|
||||
:expires => 1.hours.from_now,
|
||||
:domain => @result[:domain]
|
||||
:domain => Trace.trace_config[:cookie_domain]
|
||||
}
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue