Send credentials when fetching remote profile.

This commit is contained in:
eal 2017-11-07 00:20:51 +02:00
parent fb8b625d9a
commit 784eb8426c
2 changed files with 3 additions and 2 deletions

View file

@ -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,