Skip to content

Commit

Permalink
Merge pull request #6 from bcgov/main
Browse files Browse the repository at this point in the history
Updating dev with new main changes
  • Loading branch information
npham49 authored Dec 24, 2024
2 parents 72d46c9 + 436bdfc commit 1482c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/bcgov/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ const environment = import.meta.env.VITE_ENVIRONMENT || "local";
id="roleButton"
color="secondary"
variant="plain"
v-if="authStore.authenticated && environment === 'dev'"
v-if="authStore.authenticated"
readonly
>
({{ environment }}) Role: {{ authStore.user.role }}
Role: {{ authStore.user.role }}
</v-btn>
<v-btn
id="loginButton"
Expand Down

0 comments on commit 1482c97

Please sign in to comment.