update: login & register form

This commit is contained in:
Tony Yang
2025-04-15 10:27:40 +08:00
parent 7e2bbb143f
commit c9673db9cd
4 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const handleNewUser = async ({ username, password }) => {
</script>
<template>
<div class="ts-container">
<div class="ts-app-center">
<RegisterForm @new-user="handleNewUser" />
</div>
</template>