Skip to content

Commit f520d0e

Browse files
committed
Removing extra line
1 parent 6f3fb00 commit f520d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/demo/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,7 @@ function onExchangeToken(event) {
15231523
const byoCiamResult = document.getElementById('byo-ciam-result');
15241524

15251525
byoCiamResult.textContent = 'Exchanging token...';
1526+
15261527
exchangeCIAMToken(byoCiamInput.value)
15271528
.then(response => {
15281529
byoCiamResult.textContent = response;

0 commit comments

Comments
 (0)