From c0e0078b6e7239f7b6b8c2a047765946950ca709 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:55:13 +0000 Subject: [PATCH] Remove unused property from `IConfigOptions` (#9792) accidentally added in #9759 --- src/IConfigOptions.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/IConfigOptions.ts b/src/IConfigOptions.ts index b7b0761ebe..fffa3fbb9f 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 {