Skip to content

Commit 15b2302

Browse files
committed
Fix typo
1 parent 7a0a879 commit 15b2302

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
@@ -1510,7 +1510,7 @@ function onFinalizeSignInWithTotpMultiFactor(event) {
15101510

15111511
async function exchangeCIAMToken(token) {
15121512
const firebaseToken = await exchangeToken(
1513-
regaionalAuth,
1513+
regionalAuth,
15141514
(idpConfigId = 'Bar-e2e-idpconfig-002'),
15151515
token
15161516
);

0 commit comments

Comments
 (0)