mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-27 07:44:29 +02:00
Adds Google close session functionality
This commit is contained in:
parent
0518b0ac17
commit
da534e3018
@ -71,6 +71,8 @@ export default {
|
|||||||
payload: API.call({
|
payload: API.call({
|
||||||
path: '/user/logout',
|
path: '/user/logout',
|
||||||
data: {}
|
data: {}
|
||||||
|
}).then(() => {
|
||||||
|
gapi.auth2.getAuthInstance().signOut();
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user