Skip to content

Commit 00ad679

Browse files
committed
anonymous equals true
1 parent 5c4af02 commit 00ad679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default runExtension(async (args) => {
3434
service: "google",
3535
getPopoutUrl: () =>
3636
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`
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?anonymous=true&`
3838
),
3939
getAuthData: (data: string) =>
4040
apiPost({

0 commit comments

Comments
 (0)