mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 09:51:58 +00:00
Remove credentials filtering when logging in after registering
This commit is contained in:
parent
cdeaab18c8
commit
f36e13658f
@ -36,7 +36,6 @@ exports.signup = ->
|
|||||||
return callback(error, credentials)
|
return callback(error, credentials)
|
||||||
|
|
||||||
(credentials, callback) ->
|
(credentials, callback) ->
|
||||||
credentials = _.omit(credentials, 'email')
|
|
||||||
resin.auth.login(credentials, callback)
|
resin.auth.login(credentials, callback)
|
||||||
|
|
||||||
], errors.handle)
|
], errors.handle)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user