We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d78c9 commit e6fe714Copy full SHA for e6fe714
stubs/inertia/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue
@@ -202,8 +202,8 @@ const disableTwoFactorAuthentication = () => {
202
v-if="confirming"
203
type="button"
204
class="me-3"
205
- :class="{ 'opacity-25': enabling }"
206
- :disabled="enabling"
+ :class="{ 'opacity-25': enabling || confirmationForm.processing }"
+ :disabled="enabling || confirmationForm.processing"
207
>
208
Confirm
209
</PrimaryButton>
0 commit comments