Skip to content

Commit

Permalink
Update app/templates/spa.php
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
ewanharris and Widcket authored Jan 31, 2023
1 parent f724a34 commit f745a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/spa.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
authorizationParams: {
audience: '<?php echo $config->defaultAudience(); ?>',
redirect_uri: '<?php echo $router->getUri('/', ''); ?>',
scope: '<?php echo $config->formatScope() ?>'
scope: '<?php echo $config->formatScope(); ?>'
}
}).then(auth0Instance => {
var hasAuthParams = window.location.href.indexOf('code=') !== -1 && window.location.href.indexOf('state=') !== -1;
Expand Down

0 comments on commit f745a01

Please sign in to comment.