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