UAuthPage

This commit is contained in:
2025-12-08 18:28:52 +00:00
parent a4d97c4ef2
commit 0d7f09b807

View File

@@ -67,7 +67,6 @@ async function sendLogin() {
</script>
<template>
<UContainer class="overflow-auto">
<div class="flex flex-col items-center justify-center gap-4 p-4">
<UPageCard class="w-full max-w-md">
<UAuthForm
@@ -81,7 +80,6 @@ async function sendLogin() {
/>
</UPageCard>
</div>
</UContainer>
</template>
<style scoped>