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