Remove unused property from IConfigOptions
(#9792)
accidentally added in #9759
This commit is contained in:
parent
ddfa627ce6
commit
c0e0078b6e
1 changed files with 0 additions and 2 deletions
|
@ -191,8 +191,6 @@ export interface IConfigOptions {
|
||||||
description: string;
|
description: string;
|
||||||
show_once?: boolean;
|
show_once?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
use_rust_crypto_sdk?: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ISsoRedirectOptions {
|
export interface ISsoRedirectOptions {
|
||||||
|
|
Loading…
Reference in a new issue