feat: add portalUrl getter
This commit is contained in:
parent
61292f5dea
commit
0d0b2d4799
|
@ -70,6 +70,10 @@ export class Client {
|
|||
return this._options.email as string;
|
||||
}
|
||||
|
||||
get portalUrl(): string {
|
||||
return this._options.portalUrl as string;
|
||||
}
|
||||
|
||||
set email(email: string) {
|
||||
this._options.email = email;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue