Skip to content

Commit

Permalink
Merge branch 'release/v3.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 29, 2022
2 parents dc5ef04 + 4c91e77 commit 5a419dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/modules/account/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformio-home",
"version": "3.4.2",
"version": "3.4.3",
"description": "PlatformIO Home",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion scripts/webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5a419dc

Please sign in to comment.