diff --git a/src/web/app/common/tags/signup.tag b/src/web/app/common/tags/signup.tag index a70399a87..d5c7889bb 100644 --- a/src/web/app/common/tags/signup.tag +++ b/src/web/app/common/tags/signup.tag @@ -292,7 +292,7 @@ username: username, password: password }).then(() => { - location.href = CONFIG.url + location.href = '/'; }); }).catch(() => { alert('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。');