Skip to content

Commit

Permalink
Merge pull request #33 from tfso/chore/BB-204/ChangePolyfillURL
Browse files Browse the repository at this point in the history
chore/BB-204/ChangePolyfillURL
  • Loading branch information
EliasSukkenAndersen authored Jun 27, 2024
2 parents 816fc00 + 5ecb521 commit 40c1aa8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Object.values,,Object.entries,Array.prototype.find,Array.prototype.includes,Array.prototype.@@iterator&flags=gated"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=default,Object.values,,Object.entries,Array.prototype.find,Array.prototype.includes,Array.prototype.@@iterator&flags=gated"></script>
<title>Auth Example</title>
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion example/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'react-app-polyfill/ie11'
import React from 'react'
import ReactDOM from 'react-dom'
import {createAuthManager} from '@tfso/js-auth'
Expand Down
2 changes: 1 addition & 1 deletion ietest.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Object.values,,Object.entries,Array.prototype.find,Array.prototype.includes,Array.prototype.@@iterator&flags=gated"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=default,Object.values,,Object.entries,Array.prototype.find,Array.prototype.includes,Array.prototype.@@iterator&flags=gated"></script>
<script src="./dist/TfsoAuth.js"></script>
<body>
Check the console for errors...
Expand Down

0 comments on commit 40c1aa8

Please sign in to comment.