Skip to content

Commit ac7f896

Browse files
committed
docs: clarify comment for multi-group impersonation feature flag
1 parent b699851 commit ac7f896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/public/reducers/features.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const defaults = _.mapValues(FLAGS, (flag) => {
4242
return true;
4343
case FLAGS.IMPERSONATE: {
4444
// FIXME: Check localStorage for override, default to false (disabled)
45+
// This is the flag for the multi-group impersonation feature.
4546
const localStorageValue = localStorage.getItem('bridge/impersonate-enabled');
4647
if (localStorageValue === 'true') {
4748
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)