Skip to content

Commit

Permalink
Update the linkWithCredential API to call the signUp endpoint
Browse files Browse the repository at this point in the history
unit tests

formatting

Update the linkWithCredential API to call the signUp endpoint

unit tests

formatting
  • Loading branch information
prameshj committed Oct 11, 2023
1 parent 673d0f1 commit 890a61d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/auth/src/core/credentials/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@

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

import { linkEmailPassword, updateEmailPassword } from '../../api/account_management/email_and_password';
import {
linkEmailPassword,
updateEmailPassword
} from '../../api/account_management/email_and_password';
import {
signInWithPassword,
SignInWithPasswordRequest
Expand Down

0 comments on commit 890a61d

Please sign in to comment.