private vaults now handled properly

This commit is contained in:
Annika
2022-08-04 16:08:55 -06:00
parent 09169feb9f
commit dc4bebb13e
3 changed files with 22 additions and 2 deletions
@@ -89,4 +89,8 @@ export default {
font-size: 32px;
font-weight: 300;
}
.img-fluid {
max-height: 90vh;
}
</style>
@@ -25,6 +25,7 @@ class ProfilesService {
async getVaults(profileId) {
try {
const res = await api.get('api/profiles/' + profileId + '/vaults')
logger.log(res.data)
AppState.profileVaults = res.data
} catch (error) {
logger.error(error)