We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc26c3 commit 5c5ab23Copy full SHA for 5c5ab23
apps/playground/public/index.html
@@ -6,6 +6,10 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta name="theme-color" content="#000000" />
8
<meta name="Cross-Origin-Opener-Policy" content="same-origin" />
9
+ <meta
10
+ name="Cross-Origin-Opener-Policy"
11
+ content="same-origin-allow-popups"
12
+ />
13
<meta
14
name="description"
15
content="Google OAuth2 using the new Google Identity Services SDK for React @react-oauth/google"
0 commit comments