Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 71c9177

Browse files
added tenant id header (#188)
1 parent 2710396 commit 71c9177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎public/app/core/services/backend_srv.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export class BackendSrv implements BackendService {
217217
if (codeRabbitOrg) {
218218
options.headers = options.headers ?? {};
219219
options.headers['x-coderabbit-organization'] = codeRabbitOrg.id;
220+
options.headers['x-tenant-id'] = sessionStorage.getItem('firebaseTenantId');
220221
}
221222

222223
if (options.url.startsWith('/')) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /