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>
|
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>
|
||||||
|
|
Reference in New Issue