mirror of https://github.com/status-im/consul.git
9e715842d9
Also fixes some typos in with-overlay |
||
---|---|---|
.. | ||
README.mdx | ||
index.hbs | ||
index.js |
README.mdx
--- class: ember --- # AuthProfile ```hbs preview-template <AuthProfile @item={{hash AccessorID='123456-1234567-123456'}} /> ``` A straightforward partial-like component for rendering a user profile. Only the last 8 characters are shown. ### Arguments | Argument | Type | Default | Description | | --- | --- | --- | --- | | `item` | `Object` | | A Consul shaped token object (currently only requires an AccessorID property to be set | ### See - [Component Source Code](./index.js) - [Template Source Code](./index.hbs) ---