removed "$" typo in LoginConfigTotp.tsx

This commit is contained in:
Thomas Silvestre
2023-04-11 15:44:54 +02:00
parent 564ffc2be9
commit 1ff0449332

View File

@ -170,7 +170,7 @@ export default function LoginConfigTotp(props: PageProps<Extract<KcContext, { pa
name="cancel-aia" name="cancel-aia"
value="true" value="true"
> >
${msg("doCancel")} {msg("doCancel")}
</button> </button>
</> </>
) : ( ) : (