Add account uuid to request body for fetching roles

This commit is contained in:
Benedikt Kulmann
2020-08-14 15:22:51 +02:00
parent f8fa36381c
commit 6b011fb91c
2 changed files with 6 additions and 4 deletions

View File

File diff suppressed because one or more lines are too long

View File

@@ -73,7 +73,9 @@ const actions = {
const response = await RoleService_ListRoles({
$domain: rootGetters.configuration.server,
body: {}
body: {
accountUuid: 'me'
}
})
if (response.status === 201) {