The passkey creation UI in T410336 does not contain an input for the passkey name, and instead we'll need to automatically generate a name. We should do this based on the AAGUID, which identifies the password manager that created the passkey (and possibly based on other things like which browser was used -- I've asked @EMill-WMF and @KieranMcCann-WMF to decide what these auto-generated names should look like).
- Figure out how to set up an AAGUID -> user readable name mapping
- Integrate that into the passkey creation process once T410336 is done