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 21, 2023
1 parent ed3414b commit 98a6b7f
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 @@ -188,6 +188,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 98a6b7f

Please sign in to comment.