Merge branch 'main' of http://107.189.3.96:3000/seagulls/dogs
This commit is contained in:
@ -182,7 +182,7 @@ $(function () {
|
||||
const token = response.token;
|
||||
localStorage.setItem('authToken', token);
|
||||
alert('ログイン成功!');
|
||||
window.location.href = 'index.html';
|
||||
window.location.href = 'userhome.html';
|
||||
$('#loginModal').fadeOut();
|
||||
},
|
||||
error: function () {
|
||||
|
Reference in New Issue
Block a user