0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(core): fix rebase error

This commit is contained in:
Gao Sun 2023-09-11 12:46:07 +08:00
parent 668e0e82a0
commit 3326cecd01
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -98,7 +98,7 @@ export default function interactionRoutes<T extends AnonymousRouter>(
eventLog.append({ profile, verifiedIdentifiers });
await validatePassword(tenant, profile?.password, passwordPolicyChecker, {
identifiers: verifiedIdentifier,
identifiers: verifiedIdentifiers,
profile,
});