Fixed issue with accessing user dashboards. Closes #1590
This commit is contained in:
@@ -14,6 +14,7 @@ export async function getAccounts() {
|
||||
isAdmin: true,
|
||||
createdAt: true,
|
||||
updatedAt: true,
|
||||
accountUuid: true,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user