Order attribute

This commit is contained in:
Thomas 2021-06-15 09:43:48 +02:00
parent 51884913be
commit 81fe538484

View File

@ -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>