All files / src/app/core/auth/sso/sso-not-found sso-not-found.component.html

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

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 12 13 14 15 167x                              
<div class="row">
  <div class="col-md-12 text-center">
    <h1 i18n>Sorry, the user does not exist in Ceph.</h1>
    <h4 i18n>Return to <a class="sso-logout" [href]="logoutUrl">Login Page</a>. You'll be logged out from the Identity Provider when you retry logging in.</h4>
 
    <img class="img-responsive center-block img-rounded"
         src="assets/1280px-Nautilus_Octopus.jpg">
    <span>
      "<a href="https://www.flickr.com/photos/146401137@N06/40335060661">Nautilus Octopus</a>" by Jin Kemoole is licensed under
      <a rel="nofollow"
         class="external text"
         href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>
    </span>
  </div>
</div>