hotFix(logout): correct order
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
bb4e348d0c
commit
0f3ddb1a99
|
@ -85,8 +85,8 @@ module.exports = new Class({
|
||||||
const config = {
|
const config = {
|
||||||
headers: {'Authorization': token}
|
headers: {'Authorization': token}
|
||||||
};
|
};
|
||||||
await this.post('Accounts/logout', null, config);
|
|
||||||
await this.send('user/logout');
|
await this.send('user/logout');
|
||||||
|
await this.post('Accounts/logout', null, config);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue