Skip to content

Commit

Permalink
fix(profile): make auth management link configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
RadovanTomik committed May 22, 2024
1 parent 1108011 commit a5e916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfileSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</li>
<li v-if="isRepresentative">
<a
href="{{externalLinks.auth_management_link}}"
:href="externalLinks.auth_management_link"
class="dropdown-item text-primary-text"
> <i class="bi bi-person-gear" />
Authorization Settings
Expand Down

0 comments on commit a5e916e

Please sign in to comment.