Skip to content

Commit

Permalink
update: app type (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel authored Dec 12, 2024
1 parent 6f62e6d commit f8355d0
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 @@ -15,7 +15,7 @@ class Config {
const APP_REST_NAMESPACE = 'ea11y';
const BASE_URL = 'https://my.elementor.com/connect';
const ADMIN_PAGE = 'accessibility-settings-2';
const APP_TYPE = 'app_mailer';
const APP_TYPE = 'app_access';
const SCOPES = 'openid offline_access';
const STATE_NONCE = 'ea11y_auth_nonce';
const CONNECT_MODE = 'site';
Expand Down

0 comments on commit f8355d0

Please sign in to comment.