Skip to content

Commit 188f75e

Browse files
author
Janis Taranda
committed
fix: 418 added comment for subject field
1 parent 30bafb5 commit 188f75e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/protos/io/restorecommerce/user.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ message LoginRequest {
7373
}
7474

7575
message ImpersonateRequest {
76-
optional string identifier = 1; // Username
77-
optional io.restorecommerce.auth.Subject subject = 2;
76+
optional string identifier = 1; // Username to impersonate
77+
optional io.restorecommerce.auth.Subject subject = 2; // Impersonator's subject
7878
}
7979

8080
message EndImpersonationRequest {

0 commit comments

Comments
 (0)