Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove unused property from IConfigOptions
Browse files Browse the repository at this point in the history
accidentally added in #9759
  • Loading branch information
richvdh committed Dec 17, 2022
1 parent 9584388 commit 7234a93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/IConfigOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ export interface IConfigOptions {
description: string;
show_once?: boolean;
};

use_rust_crypto_sdk?: boolean;
}

export interface ISsoRedirectOptions {
Expand Down

0 comments on commit 7234a93

Please sign in to comment.