We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673d0f1 commit 890a61dCopy full SHA for 890a61d
packages/auth/src/core/credentials/email.ts
@@ -17,7 +17,10 @@
17
18
import { ProviderId, SignInMethod } from '../../model/enums';
19
20
-import { linkEmailPassword, updateEmailPassword } from '../../api/account_management/email_and_password';
+import {
21
+ linkEmailPassword,
22
+ updateEmailPassword
23
+} from '../../api/account_management/email_and_password';
24
import {
25
signInWithPassword,
26
SignInWithPasswordRequest
0 commit comments