fix: fixed magic-link account creation bug
This commit is contained in:
parent
a6ad86bd59
commit
b238f3d060
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ export class AuthService {
|
|||
* * If user was created with another provider findUserByEmail may return true
|
||||
*/
|
||||
const profile = {
|
||||
provider: 'email',
|
||||
provider: 'magic',
|
||||
id: user.value.email,
|
||||
};
|
||||
const providerAccountExists = await this.checkIfProviderAccountExists(
|
||||
|
|
|
|||
Loading…
Reference in a new issue