[photosw] Enable passkey for internal users
This commit is contained in:
parent
ddedaf2d0e
commit
cb8738287a
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue