This commit is contained in:
Anderson Valério 2025-06-02 14:42:50 -03:00
parent 7a2b1f8c19
commit 59127d43b7
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()
if resp.Error() != nil {
return nil, fmt.Errorf("error logging out from IAM: %v", resp.Error())
return nil, fmt.Errorf("errr logging out from IAM: %v", resp.Error())
}
return resp, err