Skip to content

Commit

Permalink
Add remote key for Google SignIn without SDK flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Mar 17, 2023
1 parent f5f311e commit e706ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag {
return "wordpress_support_forum_remote_field"
case .blaze:
return "blaze"
case .sdkLessGoogleSignIn:
return "google_signin_without_sdk"
default:
return nil
}
Expand Down

0 comments on commit e706ae7

Please sign in to comment.