We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b699851 commit ac7f896Copy full SHA for ac7f896
frontend/public/reducers/features.ts
@@ -42,6 +42,7 @@ export const defaults = _.mapValues(FLAGS, (flag) => {
42
return true;
43
case FLAGS.IMPERSONATE: {
44
// FIXME: Check localStorage for override, default to false (disabled)
45
+ // This is the flag for the multi-group impersonation feature.
46
const localStorageValue = localStorage.getItem('bridge/impersonate-enabled');
47
if (localStorageValue === 'true') {
48
// eslint-disable-next-line no-console
0 commit comments