Skip to content

Commit

Permalink
chore: enable google auth feature flag (#6901)
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri authored Jun 9, 2022
1 parent 40404c5 commit c81029a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ export const features = defineFeatures({
echoFlagKey: "ARShowNetworkUnavailableModal",
},
ARGoogleAuth: {
readyForRelease: false,
readyForRelease: true,
description: "Enable Google authentication",
showInAdminMenu: true,
echoFlagKey: "ARGoogleAuth",
},
AREnableImprovedAlertsFlow: {
readyForRelease: true,
Expand Down

0 comments on commit c81029a

Please sign in to comment.