Poprawki błędów

This commit is contained in:
2025-01-02 11:53:59 +01:00
parent 406cfebb93
commit 9a060b8464
8 changed files with 113 additions and 44 deletions

View File

@@ -36,7 +36,7 @@ async function onSubmit(values : any, { setErrors } : any) {
</script>
<template>
<div class="container is-flex is-justify-content-space-evenly is-align-items-center" style="min-height: 100vh;">
<div class="container is-flex is-justify-content-space-evenly is-align-items-center" style="min-height: calc(100vh - 3.5rem)">
<div class="box" style="width: 75%">
<h1 class="title is-3 mb-3">Login</h1>
<Form @submit="onSubmit" :validation-schema="schema" v-slot="{ errors, isSubmitting }">