client/modules/identify.jsView |
---|
22 | 22 … | var div = h('div.column.scroller', {style: 'overflow: auto;'}, |
23 | 23 … | h('div.scroller__wrapper', |
24 | 24 … | h('div.column.scroller__content', |
25 | 25 … | h('h1', 'You\'re in! Now, you need a name'), |
26 | | - h('p', {innerHTML: '<p>You\'ve just generated a new public/private keypair: <pre><code>' + localStorage['browser/.ssb/secret'] + '</code></pre> You\'re the only person with access to the private key. If you want to hang onto this identity, save this key somewhere safe.<hr />'}), |
| 26 … | + h('p', {innerHTML: '<p>You\'ve just generated a new public/private keypair: <pre><code>' + localStorage['browser/.decent/secret'] + '</code></pre> You\'re the only person with access to the private key. If you want to hang onto this identity, save this key somewhere safe.<hr />'}), |
27 | 27 … | h('p', {innerHTML: 'Right now, you\'re only identified by your public key: <code>' + id + '</code></p><p>Start by giving yourself a name:'}, |
28 | 28 … | api.avatar_edit(id), |
29 | 29 … | h('p', {innerHTML: 'Once you\'re done, navigate to <a href="./index.html">your feed</a>.'}) |
30 | 30 … | ) |