summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-26 17:58:48 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-26 17:58:48 +0900
commitff054fb65d552efa85df7f9834f199b2c21030c6 (patch)
tree0f60077f7b91345df553747ab15d40e3d48c6674 /src
parent[Client] Fix bug (diff)
downloadsharkey-ff054fb65d552efa85df7f9834f199b2c21030c6.tar.gz
sharkey-ff054fb65d552efa85df7f9834f199b2c21030c6.tar.bz2
sharkey-ff054fb65d552efa85df7f9834f199b2c21030c6.zip
[Client] Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/web/app/common/tags/signup.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/signup.tag b/src/web/app/common/tags/signup.tag
index a70399a872..d5c7889bb1 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('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。');