Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Lint fix
  • Loading branch information
NaysKutzu committed Dec 25, 2024
1 parent b1062fe commit b3e07a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const disable2FA = () => {
:cardDescription="t('account.pages.security.page.cards.twofactor.subTitle')"
>
<div v-if="is2FAEnabled" class="flex items-center justify-between">
<p class="text-sm text-gray-100">{{ t('account.pages.security.page.cards.twofactor.disable_button.description')}}<</p>
<p class="text-sm text-gray-100">{{ t('account.pages.security.page.cards.twofactor.disable_button.description')}}</p>
<button
@click="disable2FA"
class="ml-4 px-4 py-2 bg-red-600 hover:bg-red-700 text-white rounded-lg text-sm font-medium transition-colors"
Expand Down

0 comments on commit b3e07a6

Please sign in to comment.