0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

chore(core): update comments

update comments
This commit is contained in:
simeng-li 2024-06-06 16:55:47 +08:00
parent bee2974021
commit 6a0bee60a1
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075

View file

@ -15,7 +15,7 @@ export type PasswordVerificationRecordData = {
id: string; id: string;
type: VerificationType.Password; type: VerificationType.Password;
identifier: PasswordIdentifier; identifier: PasswordIdentifier;
/** The userId of the user that was verified. The password verification is considered verified if this is set */ // The userId of the user that has been verified
userId?: string; userId?: string;
}; };