Skip to content
Snippets Groups Projects
Commit ff054fb6 authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent 4730139d
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@
username: username,
password: password
}).then(() => {
location.href = CONFIG.url
location.href = '/';
});
}).catch(() => {
alert('何らかの原因によりアカウントの作成に失敗しました。再度お試しください。');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment