mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-09-09 01:45:31 -05:00
fixed a typo in the account server
This commit is contained in:
committed by
jay.poff@outlook.com
parent
633f74aac8
commit
52f272b201
@@ -724,7 +724,7 @@ router.post('/login', upload.none(), function (req, res) {
|
||||
|
||||
let password_hash = await util.data.nintendoPasswordHash(password, user.pid);
|
||||
await request.post({
|
||||
url: "http://" + config.account_server_domain + "/v1/api/oauth20/access_token/generate",
|
||||
url: "https://" + config.account_server_domain + "/v1/api/oauth20/access_token/generate",
|
||||
headers: {
|
||||
'X-Nintendo-Client-ID': config["X-Nintendo-Client-ID"],
|
||||
'X-Nintendo-Client-Secret': config["X-Nintendo-Client-Secret"],
|
||||
|
||||
Reference in New Issue
Block a user