mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:53:11 +02:00
[Client] Fix bug
This commit is contained in:
parent
4730139dc7
commit
ff054fb65d
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@
|
||||||
username: username,
|
username: username,
|
||||||
password: password
|
password: password
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
location.href = CONFIG.url
|
location.href = '/';
|
||||||
});
|
});
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
alert('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。');
|
alert('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。');
|
||||||
|
|
Loading…
Reference in a new issue