Skip to content

Commit

Permalink
feat: update change password link
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Apr 3, 2024
1 parent 86634d8 commit 6931fe6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/header.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ onMounted(() => {
</ul>
</div>
<span class="text-gray-400 text-xs" v-if="isWarned">
{{ t('remaining_days_msg_part1') }} {{ remainingDays }}
{{ t('remaining_days_msg_part2') }}
<a href="console/account/changePassword">{{
t('remaining_days_msg_part3')
}}</a></span
<a href="/console/account/changePassword">
{{ t('remaining_days_msg_part1') }} {{ remainingDays }}
{{ t('remaining_days_msg_part2') }}
{{ t('remaining_days_msg_part3') }}</a
></span
>
</nav>
</div>
Expand Down

0 comments on commit 6931fe6

Please sign in to comment.