diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-26 17:58:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-26 17:58:48 +0900 |
| commit | ff054fb65d552efa85df7f9834f199b2c21030c6 (patch) | |
| tree | 0f60077f7b91345df553747ab15d40e3d48c6674 /src/web/app | |
| parent | [Client] Fix bug (diff) | |
| download | sharkey-ff054fb65d552efa85df7f9834f199b2c21030c6.tar.gz sharkey-ff054fb65d552efa85df7f9834f199b2c21030c6.tar.bz2 sharkey-ff054fb65d552efa85df7f9834f199b2c21030c6.zip | |
[Client] Fix bug
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/common/tags/signup.tag | 2 |
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('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。'); |