feat: add setAuthToken
This commit is contained in:
parent
070b117089
commit
63e214cc49
|
@ -18,4 +18,8 @@ export class Sdk {
|
||||||
}
|
}
|
||||||
return this.accountApi!;
|
return this.accountApi!;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public setAuthToken(token: string) {
|
||||||
|
this.account().jwtToken = token;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue