Skip to content

Commit 890a61d

Browse files
committed
Update the linkWithCredential API to call the signUp endpoint
unit tests formatting Update the linkWithCredential API to call the signUp endpoint unit tests formatting
1 parent 673d0f1 commit 890a61d

File tree

1 file changed

+4
-1
lines changed
  • packages/auth/src/core/credentials

1 file changed

+4
-1
lines changed

packages/auth/src/core/credentials/email.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717

1818
import { ProviderId, SignInMethod } from '../../model/enums';
1919

20-
import { linkEmailPassword, updateEmailPassword } from '../../api/account_management/email_and_password';
20+
import {
21+
linkEmailPassword,
22+
updateEmailPassword
23+
} from '../../api/account_management/email_and_password';
2124
import {
2225
signInWithPassword,
2326
SignInWithPasswordRequest

0 commit comments

Comments
 (0)