Feat: #10 サインアップ / Chg: server-infoでconfigの取得にconfigRepo.get()を使うように / Fix: アカウントが無効でもコミュニティを作成ボタンがある問題

This commit is contained in:
2026-06-01 18:31:05 +09:00
parent 45a682b6ca
commit c725ae41bf
7 changed files with 288 additions and 21 deletions
+7
View File
@@ -46,6 +46,13 @@ const router = createRouter({
},
component: () => import("@/routes/signin.vue"),
},
{
path: "/signup",
meta: {
title: "サインアップ",
},
component: () => import("@/routes/signup.vue"),
},
{
path: "/community/:communityId",
meta: {