We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a3719 commit 588751dCopy full SHA for 588751d
1 file changed
05-Token-Renewal/silent.html
@@ -5,10 +5,9 @@
5
<script src="https://cdn.auth0.com/js/auth0/8.8/auth0.min.js"></script>
6
<script>
7
parent.postMessage({
8
- hash: window.location.hash,
9
- type: 'auth0:silent-authentication'
10
- }, "http://localhost:3000/");
11
- };
+ hash: window.location.hash,
+ type: 'auth0:silent-authentication'
+ }, "http://localhost:3000/");
12
</script>
13
</head>
14
<body></body>
0 commit comments