@openfort/react 0.0.31 → 0.0.32
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/build/index.es.js +2 -2
- package/build/version.d.ts +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -5447,7 +5447,7 @@ const FitText = ({ children, maxFontSize = 100, minFontSize = 70, }) => {
|
|
|
5447
5447
|
};
|
|
5448
5448
|
FitText.displayName = 'FitText';
|
|
5449
5449
|
|
|
5450
|
-
const OPENFORT_VERSION = '0.0.
|
|
5450
|
+
const OPENFORT_VERSION = '0.0.32';
|
|
5451
5451
|
|
|
5452
5452
|
const Portal = (props) => {
|
|
5453
5453
|
props = {
|
|
@@ -10575,7 +10575,7 @@ const EmailVerification = () => {
|
|
|
10575
10575
|
return;
|
|
10576
10576
|
}
|
|
10577
10577
|
const removeParams = () => {
|
|
10578
|
-
['state', 'openfortEmailVerificationUI', 'email'].forEach((key) => {
|
|
10578
|
+
['state', 'openfortEmailVerificationUI', 'email', 'openfortAuthProvider'].forEach((key) => {
|
|
10579
10579
|
url.searchParams.delete(key);
|
|
10580
10580
|
});
|
|
10581
10581
|
window.history.replaceState({}, document.title, url.toString());
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const OPENFORT_VERSION = "0.0.
|
|
1
|
+
export declare const OPENFORT_VERSION = "0.0.32";
|