mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-29 18:18:50 +00:00
6 lines
151 B
CoffeeScript
6 lines
151 B
CoffeeScript
open = require('open')
|
|
authHooks = require('../hooks/auth')
|
|
|
|
exports.preferences = authHooks.failIfNotLoggedIn ->
|
|
open(resin.config.urls.preferences)
|