Skip to content

Commit 38a7bb0

Browse files
committed
running yarn run format
1 parent 90c260a commit 38a7bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/demo/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ function onInitializeRegionalAuthClick() {
16211621
popupRedirectResolver: browserPopupRedirectResolver,
16221622
tenantConfig: tenantConfig
16231623
});
1624-
authInternalProvider = _getProvider(regionalApp, 'auth-internal')
1624+
authInternalProvider = _getProvider(regionalApp, 'auth-internal');
16251625
$('#regional-auth-status').text('✅ regionalAuth is initialized');
16261626
$('#token-handler-status').text('Token refresh handler is not set.');
16271627
const handlerType = localStorage.getItem('tokenRefreshHandlerType');

0 commit comments

Comments
 (0)