Merge branch 'main' of ssh://git.apoena.dev:22222/remanso-space/remanso

This commit is contained in:
Julien Calixte
2026-05-15 15:40:21 +02:00
5 changed files with 1143 additions and 139 deletions

View File

@@ -19,8 +19,7 @@ onBeforeMount(async () => {
if ("error" in token) {
hasError.value = true
} else {
token.access_token
saveCredentials(token)
await saveCredentials(token)
}
router.replace({ name: "Home" })

View File

@@ -51,7 +51,7 @@ onMounted(() => {
started editing. If you save now, their changes will be overwritten.
</p>
<div class="modal-action flex-col gap-2 sm:flex-row sm:justify-end">
<div class="modal-action flex-col gap-2">
<button
type="button"
class="btn btn-ghost"