Skip to content

Commit

Permalink
Update 2fa.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Aug 28, 2023
1 parent 15e459f commit 0722bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/settings/2fa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts['2fa'] }}</template>

<div v-if="$i" class="_gaps_s">
<MkFolder>
<MkFolder :defaultOpen="true">
<template #icon><i class="ti ti-shield-lock"></i></template>
<template #label>{{ i18n.ts.totp }}</template>
<template #caption>{{ i18n.ts.totpDescription }}</template>
Expand Down

0 comments on commit 0722bea

Please sign in to comment.