@opengeoweb/authentication 9.25.2 → 9.25.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +3 -0
- package/package.json +2 -2
package/index.esm.js
CHANGED
|
@@ -5577,6 +5577,7 @@ setToStringTag$1(getBuiltIn$5(DOM_EXCEPTION), DOM_EXCEPTION);
|
|
|
5577
5577
|
*
|
|
5578
5578
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5579
5579
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
5580
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5580
5581
|
* */
|
|
5581
5582
|
var SessionStorageKey;
|
|
5582
5583
|
(function (SessionStorageKey) {
|
|
@@ -7266,6 +7267,7 @@ const HandleOAuth2Code = () => {
|
|
|
7266
7267
|
*
|
|
7267
7268
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
7268
7269
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
7270
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
7269
7271
|
* */
|
|
7270
7272
|
const getCurrentUrlLocation = (url, appUrl) => url ? url.replace(appUrl, '') : '/';
|
|
7271
7273
|
|
|
@@ -7284,6 +7286,7 @@ const getCurrentUrlLocation = (url, appUrl) => url ? url.replace(appUrl, '') : '
|
|
|
7284
7286
|
*
|
|
7285
7287
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
7286
7288
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
7289
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
7287
7290
|
* */
|
|
7288
7291
|
const OAuth2Login = () => {
|
|
7289
7292
|
const {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeoweb/authentication",
|
|
3
|
-
"version": "9.25.
|
|
3
|
+
"version": "9.25.3",
|
|
4
4
|
"description": "GeoWeb authentication library for the opengeoweb project",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@opengeoweb/theme": "*",
|
|
15
15
|
"i18next": "^23.11.5",
|
|
16
16
|
"react-i18next": "^14.1.2",
|
|
17
|
-
"@opengeoweb/snackbar": "9.25.
|
|
17
|
+
"@opengeoweb/snackbar": "9.25.3",
|
|
18
18
|
"react-redux": "^8.1.3",
|
|
19
19
|
"@reduxjs/toolkit": "^1.9.7",
|
|
20
20
|
"@mui/material": "^5.16.0"
|