Feat: #10 サインアップ / Chg: server-infoでconfigの取得にconfigRepo.get()を使うように / Fix: アカウントが無効でもコミュニティを作成ボタンがある問題
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user