diff --git a/app/modules/account/sagas.js b/app/modules/account/sagas.js index b5a8b428..b061c54f 100644 --- a/app/modules/account/sagas.js +++ b/app/modules/account/sagas.js @@ -30,7 +30,7 @@ import { message } from 'antd'; import qs from 'querystringify'; const ACCOUNTS_AUTH_OPENID_ENDPOINT = - 'https://auth.accounts.platformio.org/auth/realms/pioaccount/protocol/openid-connect/auth'; + 'https://auth.accounts.platformio.org/realms/pioaccount/protocol/openid-connect/auth'; const ACCOUNTS_AUTH_CLIENT_ID = 'pio-user-api'; function showAPIErrorMessage(output) { diff --git a/package.json b/package.json index c22b59ac..2e8969cf 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platformio-home", - "version": "3.4.2", + "version": "3.4.3", "description": "PlatformIO Home", "repository": { "type": "git", diff --git a/scripts/webpack.dev.config.js b/scripts/webpack.dev.config.js index 75421dcf..abba0289 100755 --- a/scripts/webpack.dev.config.js +++ b/scripts/webpack.dev.config.js @@ -63,7 +63,7 @@ module.exports = { // serve index.html in place of 404 responses to allow HTML5 history historyApiFallback: true, port: 9000, - host: 'localhost' + host: '127.0.0.1' }, plugins: [ ...common.plugins,