my account page without component button

This commit is contained in:
Cindy Chang
2024-08-30 09:41:28 +08:00
parent 9cf10f5108
commit 700b701984
2 changed files with 20 additions and 8 deletions

View File

@@ -67,7 +67,6 @@ export default defineStore('loginStore', {
try {
const response = await axios.post(api, this.auth, config);
console.log('response', response);
if(response.status === 200) {
const newAccessToken = response.data.access_token;
const newRefreshToken = response.data.refresh_token;