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:
parent
bee2974021
commit
6a0bee60a1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue