reducer: remove property

This commit is contained in:
Florian Dold 2021-10-26 17:33:51 +02:00
parent 240a8c7427
commit 404c8c8a73
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -164,8 +164,6 @@ export interface ReducerStateRecovery {
};
authentication_providers?: { [url: string]: AuthenticationProviderStatus };
recovery_error?: any;
}
export interface ChallengeFeedback {