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:
parent
668e0e82a0
commit
3326cecd01
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue