Skip to content

Commit

Permalink
Removed My Profile from admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Haeri Azad committed Jul 12, 2024
1 parent e04c594 commit b15ebe0
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 509 deletions.
3 changes: 2 additions & 1 deletion opal-ui/.eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"useProfileAclsStore": true,
"useTokensStore": true,
"useIdentityProvidersStore": true,
"TOKEN_TYPES": true
"TOKEN_TYPES": true,
"useTaxonomiesStore": true
}
}
1 change: 1 addition & 0 deletions opal-ui/src/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ declare global {
const useRouter: typeof import('vue-router')['useRouter']
const useSlots: typeof import('vue')['useSlots']
const useSystemStore: typeof import('./stores/system')['useSystemStore']
const useTaxonomiesStore: typeof import('./stores/taxonomies')['useTaxonomiesStore']
const useTokensStore: typeof import('./stores/tokens')['useTokensStore']
const useTransientDatasourceStore: typeof import('./stores/transient-datasource')['useTransientDatasourceStore']
const useUsersGroupsStore: typeof import('./stores/users-groups')['useUsersGroupsStore']
Expand Down
2 changes: 1 addition & 1 deletion opal-ui/src/components/MainDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span v-else>&nbsp;</span>
</div>
<q-list>
<q-item to="/admin/profile" v-if="authStore.isAuthenticated">
<q-item to="/profile" v-if="authStore.isAuthenticated">
<q-item-section avatar>
<q-icon name="person" />
</q-item-section>
Expand Down
288 changes: 0 additions & 288 deletions opal-ui/src/components/admin/profiles/user/AddTokenDialog.vue

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b15ebe0

Please sign in to comment.