mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
Removed self-hosted check from TDE SSO config. (#5837)
This commit is contained in:
parent
1d71d99b85
commit
0696252fb3
@ -239,7 +239,7 @@ export class SsoComponent implements OnInit, OnDestroy {
|
|||||||
FeatureFlag.TrustedDeviceEncryption
|
FeatureFlag.TrustedDeviceEncryption
|
||||||
);
|
);
|
||||||
|
|
||||||
this.showTdeOptions = tdeFeatureFlag && !this.platformUtilsService.isSelfHost();
|
this.showTdeOptions = tdeFeatureFlag;
|
||||||
// If the tde flag is not enabled, continue showing the key connector options to keep the UI the same
|
// If the tde flag is not enabled, continue showing the key connector options to keep the UI the same
|
||||||
// Once the flag is removed, we can rely on the platformUtilsService.isSelfHost() check alone
|
// Once the flag is removed, we can rely on the platformUtilsService.isSelfHost() check alone
|
||||||
this.showKeyConnectorOptions = !tdeFeatureFlag || this.platformUtilsService.isSelfHost();
|
this.showKeyConnectorOptions = !tdeFeatureFlag || this.platformUtilsService.isSelfHost();
|
||||||
|
Loading…
Reference in New Issue
Block a user