Skip to content

Commit 15d3340

Browse files
committed
fix: mark lastAuthorizedCredentialType as nullable for when a client is not authorized
1 parent bfa24c9 commit 15d3340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ model ControllerNetworkMember {
403403
creationTime: uSafeint;
404404
identity?: string;
405405
lastAuthorizedCredential: string | null;
406-
lastAuthorizedCredentialType: string;
406+
lastAuthorizedCredentialType: string | null;
407407
lastAuthorizedTime: uSafeint;
408408
lastDeauthorizedTime: uSafeint;
409409
nwid: ZTNetworkID;

0 commit comments

Comments
 (0)