Send credentials when fetching remote profile.
This commit is contained in:
parent
fb8b625d9a
commit
784eb8426c
2 changed files with 3 additions and 2 deletions
|
@ -46,7 +46,7 @@ const backendInteractorService = (credentials) => {
|
|||
const updateBanner = ({params}) => apiService.updateBanner({credentials, params})
|
||||
const updateProfile = ({params}) => apiService.updateProfile({credentials, params})
|
||||
|
||||
const externalProfile = (profileUrl) => apiService.externalProfile(profileUrl)
|
||||
const externalProfile = (profileUrl) => apiService.externalProfile({profileUrl, credentials})
|
||||
|
||||
const backendInteractorServiceInstance = {
|
||||
fetchStatus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue