form_home
This commit is contained in:
parent
619e3c4852
commit
e17a7cedb6
7 changed files with 64 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue