Change text

This commit is contained in:
Harpal, Sailinder 2024-12-19 15:52:54 +01:00
parent b1bfa56d0e
commit 2f165d5eab
No known key found for this signature in database
GPG Key ID: 9E8B70449A22F7D6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func NewAuditClient(opts *ClientOpts) (*Client, error) {
func (c *Client) CreateSuccessfulLoginAuditEntry(ss *sessions.SessionState, appURL string, tenantID string) {
coding := Coding{
System: "http://hl7.org/fhir/ValueSet/audit-event-type", Version: "1", Code: "110114", Display: "Sailinder Test Image", UserSelected: ""}
System: "http://hl7.org/fhir/ValueSet/audit-event-type", Version: "1", Code: "110114", Display: "User Authentication", UserSelected: ""}
c.createAuditEntry(ss, appURL, tenantID, "0", "Success", &coding)
}