mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +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)
|
||||
|
||||
(credentials, callback) ->
|
||||
credentials = _.omit(credentials, 'email')
|
||||
resin.auth.login(credentials, callback)
|
||||
|
||||
], errors.handle)
|
||||
|
Loading…
x
Reference in New Issue
Block a user