From 7234a93c8992a1aaa0d45a1460699e1d645f7a9b Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Sat, 17 Dec 2022 23:13:25 +0000 Subject: [PATCH] Remove unused property from `IConfigOptions` accidentally added in #9759 --- src/IConfigOptions.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/IConfigOptions.ts b/src/IConfigOptions.ts index b7b0761ebe7..fffa3fbb9ff 100644 --- a/src/IConfigOptions.ts +++ b/src/IConfigOptions.ts @@ -191,8 +191,6 @@ export interface IConfigOptions { description: string; show_once?: boolean; }; - - use_rust_crypto_sdk?: boolean; } export interface ISsoRedirectOptions {