Skip to content

Commit

Permalink
add push to profile on connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Tai committed Jun 10, 2021
1 parent 3756012 commit 0b8323a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ export default {
message: text,
color: 'green'
})
this.setSyncing(true)
// update to check ssb.status
// this.skip()
this.setSyncing(true)
this.skip()
},
toggleNew () {
Expand Down

0 comments on commit 0b8323a

Please sign in to comment.