Skip to content

Commit b0e6e53

Browse files
authored
Merge pull request Expensify#65825 from Expensify/nikki-allow-remove-logins
Allow users to remove logins when account is locked
2 parents 630d363 + ea5e45c commit b0e6e53

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pages/settings/Profile/Contacts/ContactMethodDetailsPage.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ function ContactMethodDetailsPage({route}: ContactMethodDetailsPageProps) {
273273
showDelegateNoAccessModal();
274274
return;
275275
}
276-
if (isAccountLocked) {
277-
showLockedAccountModal();
278-
return;
279-
}
280276
toggleDeleteModal(true);
281277
}}
282278
/>

0 commit comments

Comments
 (0)