Skip to content

Commit 588751d

Browse files
authored
Fixing silent.html file
1 parent 20a3719 commit 588751d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

05-Token-Renewal/silent.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
<script src="https://cdn.auth0.com/js/auth0/8.8/auth0.min.js"></script>
66
<script>
77
parent.postMessage({
8-
hash: window.location.hash,
9-
type: 'auth0:silent-authentication'
10-
}, "http://localhost:3000/");
11-
};
8+
hash: window.location.hash,
9+
type: 'auth0:silent-authentication'
10+
}, "http://localhost:3000/");
1211
</script>
1312
</head>
1413
<body></body>

0 commit comments

Comments
 (0)