Fix otp on credentials page. (#20295)

Fixes #20258
This commit is contained in:
Stan Silvert 2023-05-17 07:33:14 -04:00 committed by GitHub
parent 6851a06fc0
commit e5b3c92b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,7 +394,7 @@ export const UserCredentials = ({ user }: UserCredentialsProps) => {
<Divider />
</>
)}
{groupedUserCredentials.length !== 0 && !hasCredentialTypes && (
{groupedUserCredentials.length !== 0 && (
<PageSection variant={PageSectionVariants.light}>
<TableComposable variant={"compact"}>
<Thead>