Remove unused property from `IConfigOptions` (#9792)

accidentally added in #9759
pull/28788/head^2
Richard van der Hoff 2022-12-19 14:55:13 +00:00 committed by GitHub
parent ddfa627ce6
commit c0e0078b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -191,8 +191,6 @@ export interface IConfigOptions {
description: string;
show_once?: boolean;
};
use_rust_crypto_sdk?: boolean;
}
export interface ISsoRedirectOptions {