private vaults now handled properly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user