0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -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;
type: VerificationType.Password;
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;
};