Skip to content

Commit e0f2109

Browse files
committed
pkg:auth:fix: disable OAuth proxy in auth configuration
1 parent fa4694d commit e0f2109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/auth/src/configs/auth.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const DEVELOPMENT_ORIGINS = [
112112

113113
export const MAX_SESSIONS = 2;
114114

115-
const USE_OAUTH_PROXY = true;
115+
const USE_OAUTH_PROXY = false;
116116

117117
const getBaseURL = (envUrl: string | undefined): string => {
118118
try {

0 commit comments

Comments
 (0)