We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7a1a2 commit 4105b5dCopy full SHA for 4105b5d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for `react-static-web-apps-auth`
2
3
+## [0.1.6] - 2021-03-11
4
+
5
+### Changed
6
7
+- Making the `postLoginRedirect` optional on login components
8
9
## [0.1.4] - 2021-01-11
10
11
### Changed
react-static-web-apps-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aaronpowell/react-static-web-apps-auth",
- "version": "0.1.5",
+ "version": "0.1.6",
"description": "A library to help creating authenticated React apps on Azure Static Web Apps",
"main": "build/index.js",
"types": "build/index.d.ts",
0 commit comments