Skip to content

Commit ae0d0c1

Browse files
committed
remove userId from ClientCredentialsMessage.cs
(cherry picked from commit 5b4e0e3)
1 parent c5f6c5a commit ae0d0c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

service/backend/Models/ClientCredentialsMessage.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ public class ClientCredentialsMessage
44
{
55
public byte[] ClientCredentials { get; set; } = [];
66
public required string MemoryKey { get; init; } = string.Empty;
7-
8-
public int UserId { get; init; }
9-
107
public required string AgentName { get; init; } = string.Empty;
118
}

0 commit comments

Comments
 (0)