mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
9e715842d9
Also fixes some typos in with-overlay
--- 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) ---