mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +00:00
7 lines
175 B
CoffeeScript
7 lines
175 B
CoffeeScript
open = require('open')
|
|
config = require('../config')
|
|
authHooks = require('../hooks/auth')
|
|
|
|
exports.preferences = authHooks.failIfNotLoggedIn ->
|
|
open(config.urls.preferences)
|