mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
Remove tab query from preferences token url constant
Tab queries were removed from the web frontend.
This commit is contained in:
parent
5cebbce7bb
commit
978ff91f87
@ -29,7 +29,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
TOKEN_URL = 'https://dashboard.resin.io/preferences?tab=details';
|
||||
TOKEN_URL = 'https://dashboard.resin.io/preferences';
|
||||
|
||||
exports.login = {
|
||||
signature: 'login [token]',
|
||||
|
@ -22,7 +22,7 @@ exports.whoami =
|
||||
console.log(username)
|
||||
return done()
|
||||
|
||||
TOKEN_URL = 'https://dashboard.resin.io/preferences?tab=details'
|
||||
TOKEN_URL = 'https://dashboard.resin.io/preferences'
|
||||
|
||||
exports.login =
|
||||
signature: 'login [token]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user