diff --git a/web/src/admin/stages/authenticator_mobile/AuthenticatorMobileStageForm.ts b/web/src/admin/stages/authenticator_mobile/AuthenticatorMobileStageForm.ts index bf9589ede..6ca309096 100644 --- a/web/src/admin/stages/authenticator_mobile/AuthenticatorMobileStageForm.ts +++ b/web/src/admin/stages/authenticator_mobile/AuthenticatorMobileStageForm.ts @@ -156,10 +156,11 @@ export class AuthenticatorMobileStageForm extends ModelForm { + ...Array.from(hostedCGWs, ([endpoint, label], idx) => { return { label: label, value: endpoint, + default: idx === 0, }; }), {