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