Skip to content

Commit 5a419dc

Browse files
committed
Merge branch 'release/v3.4.3'
2 parents dc5ef04 + 4c91e77 commit 5a419dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: app/modules/account/sagas.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { message } from 'antd';
3030
import qs from 'querystringify';
3131

3232
const ACCOUNTS_AUTH_OPENID_ENDPOINT =
33-
'https://auth.accounts.platformio.org/auth/realms/pioaccount/protocol/openid-connect/auth';
33+
'https://auth.accounts.platformio.org/realms/pioaccount/protocol/openid-connect/auth';
3434
const ACCOUNTS_AUTH_CLIENT_ID = 'pio-user-api';
3535

3636
function showAPIErrorMessage(output) {

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-home",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "PlatformIO Home",
55
"repository": {
66
"type": "git",

Diff for: scripts/webpack.dev.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
// serve index.html in place of 404 responses to allow HTML5 history
6464
historyApiFallback: true,
6565
port: 9000,
66-
host: 'localhost'
66+
host: '127.0.0.1'
6767
},
6868
plugins: [
6969
...common.plugins,

0 commit comments

Comments
 (0)