diff --git a/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts b/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts
index ac2aab9ee..7418f6a10 100644
--- a/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts
+++ b/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts
@@ -160,29 +160,32 @@ export class AuthenticatorValidateStage
case DeviceClassesEnum.Static:
case DeviceClassesEnum.Totp:
case DeviceClassesEnum.Sms:
- return html` 1}
- >
- `;
+ return html`
+ 1}
+ >
+ `;
case DeviceClassesEnum.Webauthn:
- return html` 1}
- >
- `;
+ return html`
+ 1}
+ >
+ `;
case DeviceClassesEnum.Duo:
- return html` 1}
- >
- `;
+ return html`
+ 1}
+ >
+ `;
}
return html``;
}