web/flows: fix linting errors
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
40404ff41d
commit
02771683a6
|
@ -100,9 +100,7 @@ export class AuthenticatorValidateStage
|
|||
return html`<i class="fas fa-mobile-alt"></i>
|
||||
<div class="right">
|
||||
<p>${t`Duo push-notifications`}</p>
|
||||
<small
|
||||
>${t`Receive a push notification on your device.`}</small
|
||||
>
|
||||
<small>${t`Receive a push notification on your device.`}</small>
|
||||
</div>`;
|
||||
case DeviceClassesEnum.Webauthn:
|
||||
return html`<i class="fas fa-mobile-alt"></i>
|
||||
|
|
Reference in New Issue