Skip to content

Commit a125839

Browse files
authored
Merge pull request #284 from brionmario/fix-react-240
2 parents ecf7c16 + f176d6f commit a125839

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/seven-points-change.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@asgardeo/auth-react": patch
3+
---
4+
5+
Retry the initialisation incase if the config data is not saved in the storage
6+
- Fixes https://github.com/asgardeo/asgardeo-auth-react-sdk/issues/240

samples/asgardeo-choreo-react-express/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "@asgardeo/choreo-react-express",
34
"version": "5.2.5",
45
"description": "React and Express based sample fullstack app to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage",

samples/asgardeo-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "@asgardeo/react-app",
34
"version": "5.2.4",
45
"description": "React based sample SPA to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage",
@@ -27,7 +28,6 @@
2728
"homepage": "https://github.com/asgardeo/asgardeo-auth-react-sdk#readme",
2829
"author": "WSO2",
2930
"license": "Apache-2.0",
30-
"private": true,
3131
"scripts": {
3232
"start": "webpack-dev-server --mode development --hot --open",
3333
"prebuild": "yarn install",

0 commit comments

Comments
 (0)