Skip to content

Commit

Permalink
Merge pull request #14 from KPMP/KPMP-1284_FixLoginLogoutError
Browse files Browse the repository at this point in the history
KPMP-1284: Added the crossorigin use credentials on manifest.json to …
  • Loading branch information
rossmithumms authored Oct 16, 2019
2 parents 11175ec + ff79d77 commit a0d5a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" crossorigin="use-credentials"/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down

0 comments on commit a0d5a10

Please sign in to comment.