Skip to content

Commit 1165dd0

Browse files
authored
[APP-1015] fix switch account (#149)
1 parent 59cfc8f commit 1165dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/connect/rest/disconnect.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function get_name(): string {
2929

3030
public function POST() {
3131
try {
32+
Service::refresh_token();
3233
Service::disconnect();
3334

3435
return $this->respond_success_json();

0 commit comments

Comments
 (0)