We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c908318 + 83a426c commit 77541a5Copy full SHA for 77541a5
1 file changed
internal/core/pat/pat_controller.go
@@ -64,6 +64,7 @@ func (p *PatController) Create(c core.Context) error {
64
"pubKey": patStruct.PubKey,
65
"fingerprint": patStruct.Fingerprint,
66
"scopes": patStruct.Scopes,
67
+ "id": patStruct.ID.String(),
68
})
69
}
70
0 commit comments