Skip to content

Commit

Permalink
chore: add meta origin for playground app
Browse files Browse the repository at this point in the history
  • Loading branch information
MomenSherif committed Jan 18, 2024
1 parent cca354d commit fcc26c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/playground/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<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="description"
content="Google OAuth2 using the new Google Identity Services SDK for React @react-oauth/google"
Expand Down Expand Up @@ -41,7 +42,7 @@

<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
Expand Down

1 comment on commit fcc26c3

@vercel
Copy link

@vercel vercel bot commented on fcc26c3 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.vercel.app
react-oauth-git-master-momensherif.vercel.app
react-oauth-momensherif.vercel.app

Please sign in to comment.