🔧 change "exists" parameter to "exist"
Change the parameter “exists” to “exist” in the verbosity of find user.
This commit is contained in:
@ -24,7 +24,7 @@ export const OAuthUserProvisionService = async (
|
||||
const findUserResult = await findUserService({
|
||||
identifier: providerId,
|
||||
queryTarget: "providerId",
|
||||
options: { verbosity: "exists" },
|
||||
options: { verbosity: "exist" },
|
||||
});
|
||||
|
||||
if (findUserResult) {
|
||||
|
||||
Reference in New Issue
Block a user