Skip to content

Commit

Permalink
Fix reset MFA being lock
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 29, 2024
1 parent 90c12c5 commit cc3a75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminui/frontend/src/pages/Users.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const selectedUsersHasLocked = computed(() => {
class="mr-3 absolute right-4 top-1/2 -translate-y-1/2 opacity-0 group-hover:opacity-100 transition-opacity duration-200"
>
<div class="tooltip" data-tip="Reset MFA">
<button class="mr-3" @click="updateUser([user.username], UserEditActions.Lock)">
<button class="mr-3" @click="updateUser([user.username], UserEditActions.ResetMFA)">
<font-awesome-icon :icon="Icons.Refresh" class="text-secondary hover:text-secondary-focus" />
</button>
</div>
Expand Down

0 comments on commit cc3a75b

Please sign in to comment.