To ensure an accessible web, and for the sake of passing accessibility audits, please can we set the title for the generated iframe? Looking through the code it would be similar to how the id is set.
iframe.id = "netlify-identity-widget";
iframe.title = "Netlify identity widget";