git ssb

16+

Dominic / patchbay



Commit b1fc586afe1b02db034fa275db35c84c915ff42f

delete remote should actually delete remote

Ev Bogue committed on 12/17/2016, 9:12:05 PM
Parent: c56f72fd4768b8e6f7921ede7ae9841cd1b41384

Files changed

modules_extra/key.jschanged
modules_extra/key.jsView
@@ -48,9 +48,9 @@
4848 e.preventDefault()
4949 location.reload()
5050 }}, 'Import'),
5151 h('button', {onclick: function (e){
52- localStorage['browser/.ssb/secret'] = ''
52 + localStorage.remote = ''
5353 alert('Your remote pub has been deleted')
5454 e.preventDefault()
5555 location.reload()
5656 }}, 'Delete')

Built with git-ssb-web