{{capitalize this.auth.authData.displayName}}
    {{#if this.auth.allowExpiration}}
  • We've stopped auto-renewing your token due to inactivity. It will expire on {{date-format this.auth.tokenExpirationDate "MMMM do yyyy, h:mm:ss a"}}.
  • {{/if}} {{#if this.hasEntityId}}
  • Multi-factor authentication
  • {{/if}}
  • Copy token
  • {{#if (is-before (now interval=1000) this.auth.tokenExpirationDate)}} {{#if this.auth.authData.renewable}}
  • {{/if}}
  • {{/if}}
  • Log out