<form id="login" name="login"> <input id="user-text-field" type="email" autocomplete="username"/> <input id="password-text-field" type="password" autocomplete="current-password"/> <input id="single-factor-code-text-field" autocomplete="one-time-code"/> </form>
Hinweis: Das Attribut „autocomplete“ ist hierbei wichtig, damit der Token oder bei Apple auch Bestätigungscode genannt, automatisch in das Token-Feld übernommen werden kann.