+11
-3
src/lib/consts.ts
+11
-3
src/lib/consts.ts
···-client_id: `http://localhost?redirect_uri=${encodeURIComponent("http://127.0.0.1:8081/login/")}`,
···+client_id: `http://localhost?redirect_uri=${encodeURIComponent(__DEV__oAuthCallbackUrl)}&scope=${encodeURIComponent(oAuthScopesString)}`,