Skip to content

Commit 331bcc8

Browse files
committed
name not optional
1 parent 8a6db2f commit 331bcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/user-record.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class PasskeyInfo {
372372
/**
373373
* The name of the user.
374374
*/
375-
public readonly name?: string;
375+
public readonly name: string;
376376
/**
377377
* Identifier for the registered credential.
378378
*/

0 commit comments

Comments
 (0)