stubs/inertia-vue-ts/app/javascript/Pages/Auth/ResetPassword.vue in kaze-0.8.0 vs stubs/inertia-vue-ts/app/javascript/Pages/Auth/ResetPassword.vue in kaze-0.9.0
- old
+ new
@@ -78,13 +78,10 @@
<InputError class="mt-2" :message="form.errors.password_confirmation" />
</div>
<div class="flex items-center justify-end mt-4">
- <PrimaryButton
- :class="{ 'opacity-25': form.processing }"
- :disabled="form.processing"
- >
+ <PrimaryButton :class="{ 'opacity-25': form.processing }" :disabled="form.processing">
Reset Password
</PrimaryButton>
</div>
</form>
</GuestLayout>