This commit is contained in:
Anderson Valério 2025-06-02 14:42:57 -03:00
parent 59127d43b7
commit 58389a741a
No known key found for this signature in database
GPG Key ID: 92D38E56BFF005A0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ func PicsSignOutAllSessions(backendLogoutAllSessionsURL string, introspectClaims
Do() Do()
if resp.Error() != nil { if resp.Error() != nil {
return nil, fmt.Errorf("errr logging out from IAM: %v", resp.Error()) return nil, fmt.Errorf("error logging out from IAM: %v", resp.Error())
} }
return resp, err return resp, err