Polish team role and login UI

This commit is contained in:
AzuTear
2026-06-25 20:14:47 +02:00
parent 3bf8b00a83
commit b7804e10ea
4 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const route = useRoute()
const router = useRouter()
const form = reactive({
login: 'jayuhime_admin',
login: '',
password: '',
})