We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4af02 commit 00ad679Copy full SHA for 00ad679
src/index.ts
@@ -34,7 +34,7 @@ export default runExtension(async (args) => {
34
service: "google",
35
getPopoutUrl: () =>
36
Promise.resolve(
37
- `https://accounts.google.com/o/oauth2/v2/auth?prompt=consent&access_type=offline&client_id=${GOOGLE_CLIENT_ID}&response_type=code&scope=${scopes}&redirect_uri=https://samepage.network/oauth/google?roamjs=true`
+ `https://accounts.google.com/o/oauth2/v2/auth?prompt=consent&access_type=offline&client_id=${GOOGLE_CLIENT_ID}&response_type=code&scope=${scopes}&redirect_uri=https://samepage.network/oauth/google?anonymous=true&`
38
),
39
getAuthData: (data: string) =>
40
apiPost({
0 commit comments