github.com/qubitproducts/logspray@v0.2.14/server/swagger-ui/src/main/template/auth_view.handlebars (about)

     1  <div class="auth_container">
     2  
     3      <div class="auth_inner"></div>
     4      <div class="auth_submit">
     5          {{#unless isLogout}}
     6              <button type="button" class="auth__button auth_submit__button" data-sw-translate>Authorize</button>
     7          {{/unless}}
     8          {{#if isAuthorized}}
     9              <button type="button" class="auth__button auth_logout__button" data-sw-translate>Logout</button>
    10          {{/if}}
    11      </div>
    12  
    13  </div>