Skip to content

Commit 2959b15

Browse files
committed
Fix broken build
1 parent 7539e16 commit 2959b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/src/core/strategies/custom_token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function signInWithCustomToken(
4242
auth: externs.Auth,
4343
customToken: string
4444
): Promise<externs.UserCredential> {
45-
const response: IdTokenResponse = await getIdTokenResponse(authExtern, {
45+
const response: IdTokenResponse = await getIdTokenResponse(auth, {
4646
token: customToken,
4747
returnSecureToken: true
4848
});

0 commit comments

Comments
 (0)