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 58b3d03 commit 89c3cbcCopy full SHA for 89c3cbc
src/v1/controller/login/apple/jwt.ts
@@ -77,8 +77,8 @@ export class AppleJWT extends AbstractController<RequestType, ResponseType> {
77
userUUID,
78
loginSource: LoginPlatform.Apple,
79
}),
80
- hasPhone: await ServiceUserPhone.exist(this.userUUID),
81
- hasPassword: await ServiceUser.hasPassword(this.userUUID),
+ hasPhone: await ServiceUserPhone.exist(userUUID),
+ hasPassword: await ServiceUser.hasPassword(userUUID),
82
},
83
};
84
}
0 commit comments