Auth: removes temporary cache of user session token (#62730)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2023-02-06 13:51:12 +01:00
committed by GitHub
parent 9311085e5a
commit 64c2032c2b
6 changed files with 2 additions and 72 deletions

View File

@@ -80,7 +80,6 @@ export interface FeatureToggles {
datasourceOnboarding?: boolean;
secureSocksDatasourceProxy?: boolean;
authnService?: boolean;
sessionRemoteCache?: boolean;
disablePrometheusExemplarSampling?: boolean;
alertingBacktesting?: boolean;
editPanelCSVDragAndDrop?: boolean;