This repository was archived by the owner on Apr 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,11 +35,10 @@ import { defaultAvatarImage } from '@components/ui/common/constants'
3535const logger = log4js . getLogger ( __filename )
3636
3737const accountTypes = [
38- 'twitter' ,
39- 'facebook' ,
40- 'github' ,
4138 'bitcoin' ,
42- 'instagram'
39+ 'facebook' ,
40+ 'instagram' ,
41+ 'twitter'
4342]
4443
4544const hiddenAccountTypes = [ 'linkedIn' , 'instagram' ]
@@ -244,8 +243,6 @@ export class DefaultProfilePage extends Component {
244243 verificationUrl = `https://twitter.com/intent/tweet?text=${ verificationText } `
245244 } else if ( service === 'facebook' ) {
246245 verificationUrl = `https://www.facebook.com/dialog/feed?app_id=258121411364320&link=${ url } `
247- } else if ( service === 'github' ) {
248- verificationUrl = 'https://gist.github.com/'
249246 } else if ( service === 'instagram' ) {
250247 // no op
251248 }
Original file line number Diff line number Diff line change 11{
22 "name" : " blockstack-browser" ,
33 "description" : " The Blockstack browser" ,
4- "version" : " 0.36.4 " ,
4+ "version" : " 0.36.5 " ,
55 "author" : " Blockstack PBC <admin@blockstack.com>" ,
66 "dependencies" : {
77 "bigi" : " ^1.4.2" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function setup(accounts = []) {
3838}
3939
4040function alphabeticalOrdered ( accounts ) {
41- return accounts . first ( ) . props ( ) . service <
41+ return accounts . first ( ) . props ( ) . service <=
4242 accounts . last ( ) . props ( ) . service
4343}
4444
You can’t perform that action at this time.
0 commit comments