mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
completed is not always present
This commit is contained in:
parent
e64f4ad7b2
commit
c4894f2c24
@ -24,7 +24,7 @@ export type AccountDetails = {
|
||||
export type RegistrationResponse = RegistrationResponseMoreDataNeeded | RegistrationResponseError | RegistrationResponseSuccess;
|
||||
|
||||
export type RegistrationResponseMoreDataNeeded = {
|
||||
completed: string[];
|
||||
completed?: string[];
|
||||
flows: RegistrationFlow[];
|
||||
params: Record<string, any>;
|
||||
session: string;
|
||||
|
Loading…
Reference in New Issue
Block a user