forked from mystiq/hydrogen-web
completed is not always present
This commit is contained in:
parent
e64f4ad7b2
commit
c4894f2c24
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue