Skip to content

Commit

Permalink
update: add data checkbox support (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel authored Dec 16, 2024
1 parent 00a0db3 commit ab453fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connect/classes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Config {
const BASE_URL = 'https://my.elementor.com/connect';
const ADMIN_PAGE = 'accessibility-settings-2';
const APP_TYPE = 'app_access';
const SCOPES = 'openid offline_access';
const SCOPES = 'openid offline_access share_usage_data';
const STATE_NONCE = 'ea11y_auth_nonce';
const CONNECT_MODE = 'site';
}

0 comments on commit ab453fe

Please sign in to comment.