Browse Source

Order attribute

pull/167/head
Thomas 4 years ago
parent
commit
81fe538484
  1. 2
      apps/client/src/app/pages/webauthn/webauthn-page.html

2
apps/client/src/app/pages/webauthn/webauthn-page.html

@ -11,11 +11,11 @@
Oops, authentication failed Oops, authentication failed
</h3> </h3>
<button <button
(click)="signIn()"
class="my-4" class="my-4"
color="primary" color="primary"
i18n i18n
mat-flat-button mat-flat-button
(click)="signIn()"
> >
Try again Try again
</button> </button>

Loading…
Cancel
Save