[ACS-3551] feat: add context to outgoing requests for auth intgerceptors (#7913)

This commit is contained in:
Mikołaj Serwicki
2022-10-24 10:28:06 +02:00
committed by GitHub
parent 2d57ca31ca
commit 18a5197b5a
14 changed files with 246 additions and 23 deletions

View File

@@ -337,7 +337,9 @@
"lib/core/**/*.ts",
"lib/core/**/*.html",
"lib/core/api/**/*.ts",
"lib/core/api/**/*.html"
"lib/core/api/**/*.html",
"lib/core/auth/**/*.ts",
"lib/core/auth/**/*.html"
]
}
},