Skip to content

Commit

Permalink
Merge pull request #49 from Chia-Network/develop
Browse files Browse the repository at this point in the history
Release 1.3.7
  • Loading branch information
TheLastCicada authored Mar 12, 2024
2 parents 263ed56 + 565391b commit 7d6af9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-registry-cadt-ui",
"version": "1.3.6",
"version": "1.3.7",
"private": true,
"author": "Chia Network Inc. <[email protected]>",
"homepage": "./",
Expand Down
4 changes: 4 additions & 0 deletions src/store/actions/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ export const signInFromLocalStorage = () => {
try {
const response = await fetch(`${serverAddress}/v1/organizations`, {
method: 'HEAD',
headers: {
'Content-Type': 'application/json',
'x-api-key': apiKey,
},
});
if (response.status !== 200) {
console.error(`Server returned status: ${response.status}`);
Expand Down

0 comments on commit 7d6af9e

Please sign in to comment.