Skip to content

Commit

Permalink
[lib] Temporarily flip usingCommServicesAccessToken to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Aug 22, 2024
1 parent e448eba commit abc28da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/services-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { AuthMetadata } from '../shared/identity-client-context.js';
// If this is true then we're using the identity service for auth. After we
// auth, the identity service gives us a CSAT, which we can use to auth with
// other Comm services.
const usingCommServicesAccessToken = true;
const usingCommServicesAccessToken = false;

// If this is true, then the app is able to support multiple keyservers. This
// requires the use of Tunnelbroker and the backup service to persist and sync
Expand Down

0 comments on commit abc28da

Please sign in to comment.