sn-cloudlink
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -63,3 +63,3 @@ import React from 'react'; | ||
try { | ||
BridgeManager.get().installExtension({name: this.props.name + " Sync", url: atob(this.state.confirmation)}, () => { | ||
BridgeManager.get().installExtension({name: this.props.name + " Sync", url: atob(this.state.confirmation)}, null, () => { | ||
this.setState({authBegan: false, secret_url: null, successfully_installed: true}) | ||
@@ -66,0 +66,0 @@ }); |
{ | ||
"name": "sn-cloudlink", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/dist.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
436974