my account page without component button
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user