Fix missing key
This commit is contained in:
parent
776d8378e3
commit
f239d105a7
@ -25,7 +25,7 @@ export default function LoginConfigTotp(props: PageProps<Extract<KcContext, { pa
|
||||
|
||||
<ul id="kc-totp-supported-apps">
|
||||
{totp.supportedApplications.map(app => (
|
||||
<li>{advancedMsg(app)}</li>
|
||||
<li key={app}>{advancedMsg(app)}</li>
|
||||
))}
|
||||
</ul>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user