Skip to content

Commit

Permalink
perf: remove unexpected change
Browse files Browse the repository at this point in the history
  • Loading branch information
SLdragon committed Apr 30, 2024
1 parent 5b19bd1 commit 6f39d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fx-core/src/common/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function isChatParticipantEnabled(): boolean {
}

export function isCopilotAuthEnabled(): boolean {
return true;
return featureFlagManager.getBooleanValue(FeatureFlags.CopilotAuth);
}

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 6f39d8d

Please sign in to comment.