mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
[Client] Fix bug
This commit is contained in:
parent
4f6fcb6f19
commit
f5eaca4227
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@
|
|||
username: username,
|
||||
password: password
|
||||
}).then(() => {
|
||||
location.href = CONFIG.url
|
||||
location.href = '/';
|
||||
});
|
||||
}).catch(() => {
|
||||
alert('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。');
|
||||
|
|
Loading…
Reference in a new issue