Skip to content

Commit

Permalink
fix: fixed 'no token provided' error on 'access management' page gf-1…
Browse files Browse the repository at this point in the history
…17 (#125)
  • Loading branch information
Vitaliistf authored Aug 30, 2024
1 parent 9bcbf98 commit 667be01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/modules/users/users-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class UserApi extends BaseHTTPApi {
this.getFullEndpoint(UsersApiPath.ROOT, {}),
{
contentType: ContentType.JSON,
hasAuth: false,
hasAuth: true,
method: "GET",
},
);
Expand Down

0 comments on commit 667be01

Please sign in to comment.