-
Notifications
You must be signed in to change notification settings - Fork 830
Open
Description
I have found an issue with HelloWorldService.js in which there's a commented code in executeBasicAuthenticationService this code will not comment make it uncommented otherwise it'll not sent the token.
We can comment code in retrieveHelloWorldPathVaraible instead.
export const retrieveHelloWorldPathVariable = (username, token) =>
apiClient.get(/hello-world/path-variable/${username}, {
/* headers: { //can be commented
Authorization: token,
}, */
});
export const executeBasicAuthenticationService = (token) =>
apiClient.get(/basicauth, /{ //Can't be commented
headers: { /Can't be commented
Authorization: token,
},/
});
Metadata
Metadata
Assignees
Labels
No labels