diff --git a/src/lib/pages/LoginConfigTotp.tsx b/src/lib/pages/LoginConfigTotp.tsx index 681a9116..79d1535e 100644 --- a/src/lib/pages/LoginConfigTotp.tsx +++ b/src/lib/pages/LoginConfigTotp.tsx @@ -29,7 +29,7 @@ export default function LoginConfigTotp(props: PageProps {totp.policy.supportedApplications.map(app => ( -
  • { msg(app as MessageKeyBase) == undefined? app : msg(app as MessageKeyBase) }
  • +
  • {msg(app as MessageKeyBase)}
  • ))}