Added OIDC client CORS attributes
This commit is contained in:
@@ -38,7 +38,7 @@ def upgrade():
|
||||
is_compliance_only, created_at, updated_at, deleted_at
|
||||
)
|
||||
SELECT
|
||||
id, 'superadmin', superadmin_id, token, 'active',
|
||||
id, 'superadmin', superadmin_id, token, 'ACTIVE',
|
||||
ip_address, user_agent, NULL,
|
||||
expires_at, last_activity_at, revoked_at, revoked_reason,
|
||||
FALSE, created_at, updated_at, deleted_at
|
||||
|
||||
Reference in New Issue
Block a user