All files / app/component/login-popup login-popup.component.html

23.52% Statements 4/17
25% Branches 1/4
0% Functions 0/2
66.66% Lines 4/6

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 112x 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>