Skip to content

Commit

Permalink
chore: add meta allow popoups for playground app
Browse files Browse the repository at this point in the history
  • Loading branch information
MomenSherif committed Jan 18, 2024
1 parent fcc26c3 commit 5c5ab23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/playground/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="Cross-Origin-Opener-Policy" content="same-origin" />
<meta
name="Cross-Origin-Opener-Policy"
content="same-origin-allow-popups"
/>
<meta
name="description"
content="Google OAuth2 using the new Google Identity Services SDK for React @react-oauth/google"
Expand Down

1 comment on commit 5c5ab23

@vercel
Copy link

@vercel vercel bot commented on 5c5ab23 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-oauth – ./

react-oauth-momensherif.vercel.app
react-oauth-git-master-momensherif.vercel.app
react-oauth.vercel.app

Please sign in to comment.