Merge pull request 'hotFix(logout): correct order' (!43) from hotFix_correctOrder_logout into master
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
Reviewed-on: #43 Reviewed-by: Juan Ferrer <juan@verdnatura.es>
This commit is contained in:
commit
2adfd2299a
|
@ -85,8 +85,8 @@ module.exports = new Class({
|
|||
const config = {
|
||||
headers: {'Authorization': token}
|
||||
};
|
||||
await this.post('Accounts/logout', null, config);
|
||||
await this.send('user/logout');
|
||||
await this.post('Accounts/logout', null, config);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue