frontend/create-loggin-page #67

Merged
Dr_S_Eggs merged 14 commits from frontend/create-loggin-page into main 2025-04-09 23:15:49 +02:00
Showing only changes of commit 373431f0d0 - Show all commits

View file

@ -16,8 +16,6 @@
</FormField>
<Button type="submit" severity="secondary" label="Submit" />
</Form>
<div class="flex items-center gap-2">
<Checkbox v-model="remember" inputId="rememberme" binary/>
@ -58,7 +56,7 @@
}
};
</script>
<style>
@media (min-width: 1024px) {
.about {