Update dashboard login to use the multicontainer SDK

Change-Type: patch
This commit is contained in:
Alexis Svinartchouk 2018-01-30 17:46:24 +00:00 committed by Cameron Diver
parent f698f561c9
commit 163684e3a9
No known key found for this signature in database
GPG Key ID: E76D7ACBEE436E12

View File

@ -19,7 +19,7 @@ limitations under the License.
###
open = require('opn')
resin = require('resin-sdk-preconfigured')
resin = require('resin-sdk').fromSharedOptions()
server = require('./server')
utils = require('./utils')