diff --git a/Sources/Settings/Model/SettingsSection.swift b/Sources/Settings/Model/SettingsSection.swift
index f302d9824158737def4cb143abf2622199fd1791..c8a0e01709384411e4eac79d25ef7813328f8b8d 100644
--- a/Sources/Settings/Model/SettingsSection.swift
+++ b/Sources/Settings/Model/SettingsSection.swift
@@ -283,7 +283,7 @@ enum PrivacyOptions {
                 return .toggle(title: "SETTINGS_PASSCODE_LOCK_ALLOWFACEID",
                                subtitle: nil,
                                preferenceKey: kVLCSettingPasscodeAllowFaceID)
-            case .none:
+            case .none, .opticID:
                 fallthrough
             @unknown default:
                 return nil