Skip to content

Commit 4b4ca45

Browse files
author
Irsyad A. Panjaitan
authored
935649 (#1355)
1 parent f8eb60c commit 4b4ca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stubs/inertia/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const disableTwoFactorAuthentication = () => {
178178
</p>
179179
</div>
180180
181-
<div class="grid gap-1 max-w-xl mt-4 px-4 py-4 font-mono text-sm bg-gray-100 dark:bg-gray-900 rounded-lg">
181+
<div class="grid gap-1 max-w-xl mt-4 px-4 py-4 font-mono text-sm bg-gray-100 dark:bg-gray-900 dark:text-gray-100 rounded-lg">
182182
<div v-for="code in recoveryCodes" :key="code">
183183
{{ code }}
184184
</div>

0 commit comments

Comments
 (0)