async onCreateDevice(event:SubmitEvent) {
    const form = event.target as HTMLFormElement;
    const data = form.dataset;

    // We are not in the context of adding a WebAuthn device, so we can just submit the form