Setup global toaster and finalize login/registration page

This commit is contained in:
2024-11-06 14:29:32 +01:00
parent 1af78e5ab7
commit b3fae0b5db
9 changed files with 198 additions and 139 deletions

View File

@@ -44,7 +44,5 @@ async function fetch()
<Button class="self-center" @click="() => !!job && fetch()" :loading="status === 'pending'">
<span>Executer</span>
</Button>
<Toast :duration="10000" title="Erreur" :content="error?.message" v-model="err" />
<Toast :duration="10000" content="Traitement terminé" v-model="success" :closeable="false" />
</div>
</template>