fix(google-workspace): clarify email filter variable labels apply to sync and checks#2469
fix(google-workspace): clarify email filter variable labels apply to sync and checks#2469
Conversation
…hecks too, not just sync
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Also updates the filter mode option labels to remove “Sync” wording (e.g., “Include all users”, “Exclude matching users”), improving UI consistency without changing any underlying logic. Reviewed by Cursor Bugbot for commit cb0e6af. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
🎉 This PR is included in version 3.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Problem
The Google Workspace integration's email exclusion/inclusion variables are labeled as affecting only "Sync", but they actually control both employee sync AND security checks (2FA, Employee Access Review). Customers configuring email filters don't realize that excluding emails from sync also excludes those users from security checks.
Changes
Updated labels and help text in
variables.tsto make it clear these filters affect both sync and checks:Impact
UI-only change - no logic changes. Customers will see clearer labels when configuring Google Workspace email filters.