chore: fix preferences

This commit is contained in:
Aman Harwara
2023-05-10 19:40:50 +05:30
parent 0344b25d08
commit cf4db8cdfd

View File

@@ -24,7 +24,8 @@ const Security: FunctionComponent<SecurityProps> = (props) => {
const isNativeMobileWeb = props.application.isNativeMobileWeb()
const isU2FFeatureAvailable =
props.application.features.getFeatureStatus(FeatureIdentifier.UniversalSecondFactor) === FeatureStatus.Entitled
props.application.features.getFeatureStatus(FeatureIdentifier.UniversalSecondFactor) === FeatureStatus.Entitled &&
props.userProvider.getUser() !== undefined
return (
<PreferencesPane>