mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 21:35:10 +00:00
qfix
This commit is contained in:
parent
69ca75e3b2
commit
fe7511c591
@ -66,7 +66,7 @@ export class ApiEndpoint {
|
|||||||
|
|
||||||
async leaveWorkspace (email: string, username: string, password: string): Promise<any> {
|
async leaveWorkspace (email: string, username: string, password: string): Promise<any> {
|
||||||
const token = await this.loginAndGetToken(username, password)
|
const token = await this.loginAndGetToken(username, password)
|
||||||
const url = AccountUrl
|
const url = this.baseUrl
|
||||||
const payload = {
|
const payload = {
|
||||||
method: 'leaveWorkspace',
|
method: 'leaveWorkspace',
|
||||||
params: [email]
|
params: [email]
|
||||||
|
Loading…
Reference in New Issue
Block a user