web/flows: fix linting errors

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-02 15:32:00 +01:00
parent 40404ff41d
commit 02771683a6
1 changed files with 1 additions and 3 deletions

View File

@ -100,9 +100,7 @@ export class AuthenticatorValidateStage
return html`<i class="fas fa-mobile-alt"></i> return html`<i class="fas fa-mobile-alt"></i>
<div class="right"> <div class="right">
<p>${t`Duo push-notifications`}</p> <p>${t`Duo push-notifications`}</p>
<small <small>${t`Receive a push notification on your device.`}</small>
>${t`Receive a push notification on your device.`}</small
>
</div>`; </div>`;
case DeviceClassesEnum.Webauthn: case DeviceClassesEnum.Webauthn:
return html`<i class="fas fa-mobile-alt"></i> return html`<i class="fas fa-mobile-alt"></i>