@waline/admin 0.25.1 → 0.25.2
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/dist/admin.mjs +3 -2
- package/package.json +1 -1
package/dist/admin.mjs
CHANGED
|
@@ -12951,7 +12951,8 @@ function X2() {
|
|
|
12951
12951
|
email: d,
|
|
12952
12952
|
url: h,
|
|
12953
12953
|
password: v,
|
|
12954
|
-
recaptchaV3: S
|
|
12954
|
+
recaptchaV3: window.recaptchaV3Key ? S : void 0,
|
|
12955
|
+
turnstile: window.turnstileKey ? S : void 0
|
|
12955
12956
|
});
|
|
12956
12957
|
g && g.verify && alert(e("register success! please go to your mailbox to verify it!")), n("/ui/login");
|
|
12957
12958
|
} catch (S) {
|
|
@@ -14041,7 +14042,7 @@ async function Dx() {
|
|
|
14041
14042
|
);
|
|
14042
14043
|
}
|
|
14043
14044
|
console.log(
|
|
14044
|
-
"%c @waline/admin %c v0.25.
|
|
14045
|
+
"%c @waline/admin %c v0.25.2 ",
|
|
14045
14046
|
"color: white; background: #0078E7; padding:5px 0;",
|
|
14046
14047
|
"padding:4px;border:1px solid #0078E7;"
|
|
14047
14048
|
);
|