Build pass 1

This commit is contained in:
Travis Ralston 2021-06-01 22:21:04 -06:00
parent 5b2dacd99e
commit c9883f346c
7 changed files with 22 additions and 16 deletions

View file

@ -61,7 +61,7 @@ interface IProps {
is_url?: string;
session_id: string;
/* eslint-enable camelcase */
}): void;
}): string;
// registration shouldn't know or care how login is done.
onLoginClick(): void;
onServerConfigChange(config: ValidatedServerConfig): void;