[photosw] Enable passkey for internal users

This commit is contained in:
Neeraj Gupta 2024-03-12 09:10:13 +05:30 committed by Neeraj Gupta
parent ddedaf2d0e
commit cb8738287a

View file

@ -134,11 +134,13 @@ export default function UtilitySection({ closeSidebar }) {
label={t("TWO_FACTOR")}
/>
{isInternalUser() && (
<EnteMenuItem
variant="secondary"
onClick={redirectToAccountsPage}
label={t("PASSKEYS")}
/>
)}
<EnteMenuItem
variant="secondary"