mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Fix missing semicolon
This commit is contained in:
parent
1f764664c9
commit
a448c0218d
@ -34,7 +34,7 @@ export class Registration {
|
|||||||
private readonly _hsApi: HomeServerApi;
|
private readonly _hsApi: HomeServerApi;
|
||||||
private readonly _accountDetails: AccountDetails;
|
private readonly _accountDetails: AccountDetails;
|
||||||
private readonly _flowSelector: FlowSelector;
|
private readonly _flowSelector: FlowSelector;
|
||||||
private _sessionInfo?: RegistrationResponseSuccess
|
private _sessionInfo?: RegistrationResponseSuccess;
|
||||||
public readonly homeserver: string;
|
public readonly homeserver: string;
|
||||||
|
|
||||||
constructor(homeserver: string, hsApi: HomeServerApi, accountDetails: AccountDetails, flowSelector?: FlowSelector) {
|
constructor(homeserver: string, hsApi: HomeServerApi, accountDetails: AccountDetails, flowSelector?: FlowSelector) {
|
||||||
|
Loading…
Reference in New Issue
Block a user