1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-12 14:39:36 -05:00

[Client] Fix bug

This commit is contained in:
syuilo 2017-02-26 17:58:48 +09:00
parent 4730139dc7
commit ff054fb65d

View file

@ -292,7 +292,7 @@
username: username,
password: password
}).then(() => {
location.href = CONFIG.url
location.href = '/';
});
}).catch(() => {
alert('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。');