Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 | 2x 7x 2x 2x | <ng-container *mobxAutorun> @if (store.account.authError) { @if (config.login) { <div class="fake-link no-select" (click)="doLogin()" i18n>Click here to login.</div> } @else { <div>Please log in and try again.</div> } <button type="button" (click)="clear()" i18n>clear</button> } </ng-container> |