form_home

This commit is contained in:
Timo K 2022-07-14 19:20:52 +02:00
commit e17a7cedb6
7 changed files with 64 additions and 25 deletions

View file

@ -59,6 +59,7 @@ interface ClientState {
isPasswordlessUser: boolean;
client: MatrixClient;
userName: string;
error: Error;
changePassword: (password: string) => Promise<void>;
logout: () => void;
setClient: (client: MatrixClient, session: Session) => void;