Commit b1fc586afe1b02db034fa275db35c84c915ff42f
delete remote should actually delete remote
Ev Bogue committed on 12/17/2016, 9:12:05 PMParent: c56f72fd4768b8e6f7921ede7ae9841cd1b41384
Files changed
modules_extra/key.js | changed |
modules_extra/key.js | ||
---|---|---|
@@ -48,9 +48,9 @@ | ||
48 | 48 … | e.preventDefault() |
49 | 49 … | location.reload() |
50 | 50 … | }}, 'Import'), |
51 | 51 … | h('button', {onclick: function (e){ |
52 | - localStorage['browser/.ssb/secret'] = '' | |
52 … | + localStorage.remote = '' | |
53 | 53 … | alert('Your remote pub has been deleted') |
54 | 54 … | e.preventDefault() |
55 | 55 … | location.reload() |
56 | 56 … | }}, 'Delete') |
Built with git-ssb-web