From ff054fb65d552efa85df7f9834f199b2c21030c6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 26 Feb 2017 17:58:48 +0900 Subject: [PATCH] [Client] Fix bug --- src/web/app/common/tags/signup.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。');