Merge branch 'dev' into nuxt-refactor

This commit is contained in:
mrjvs
2026-08-09 21:09:14 +02:00
71 changed files with 5024 additions and 572 deletions

View File

@@ -5,13 +5,15 @@ export default defineEventHandler(async (event): Promise<ApiAuthLogin> => {
const grpc = useApiGrpc(event);
try {
// TODO Add ip
// TODO Add birthday
const res = await grpc.register({
email: body.email,
miiName: body.miiName,
captchaResponse: body.captchaResponse,
username: body.username,
password: body.password,
passwordConfirm: body.password
passwordConfirm: body.password,
});
return {