Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
WangSiTu committed Jan 10, 2020
1 parent 4a7942e commit 280ccd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scatter Desktop
# TokenPocket Desktop

## Installation
####

**None of these package are signed yet.** Make sure you only download
Scatter Desktop from this GitHub, and **NOWHERE ELSE**.
Expand All @@ -23,7 +23,5 @@ This runs best with `node v10.15.3` and `electron v5.0.1`
- `npm run release-mac` or `npm run release-windows` or `npm run release-linux` ( you must build from the target machine )


## Creating Apps for Scatter
### Check out the [Documentation](https://get-scatter.com/docs/examples-interaction-flow)


1 change: 1 addition & 0 deletions src/views/popouts/AppLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
return !this.accountRequirements.length || !!this.validAccounts.length;
},
onlyIdentityLogin(){
console.log(this.fields)
return !this.fields.personal.length
&& !this.fields.location.length
&& !this.fields.accounts.length
Expand Down

0 comments on commit 280ccd6

Please sign in to comment.