mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-26 23:34:56 +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({
|
||||
path: '/user/logout',
|
||||
data: {}
|
||||
}).then(() => {
|
||||
gapi.auth2.getAuthInstance().signOut();
|
||||
})
|
||||
};
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user