Skip to content

Commit 85fc09a

Browse files
committed
yarn run format
1 parent 54bfb9b commit 85fc09a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/auth/demo/src/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,11 +1616,7 @@ function onFinalizeSignInWithTotpMultiFactor(event) {
16161616
}
16171617

16181618
async function exchangeCIAMToken(idpConfigId, token) {
1619-
const firebaseToken = await exchangeToken(
1620-
regionalAuth,
1621-
idpConfigId,
1622-
token
1623-
);
1619+
const firebaseToken = await exchangeToken(regionalAuth, idpConfigId, token);
16241620
return firebaseToken;
16251621
}
16261622

0 commit comments

Comments
 (0)