w-web-sso 1.0.36 → 1.0.37
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/w-web-sso.umd.js +1 -1
- package/docs/WWebSso.html +1 -1
- package/docs/WWebSso.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +1 -1
- package/settings.json +2 -2
package/dist/w-web-sso.umd.js
CHANGED
package/docs/WWebSso.html
CHANGED
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
<br class="clear">
|
|
388
388
|
|
|
389
389
|
<footer>
|
|
390
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Sun Feb 08 2026 12:
|
|
390
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Sun Feb 08 2026 12:42:27 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
391
391
|
</footer>
|
|
392
392
|
|
|
393
393
|
<script>prettyPrint();</script>
|
package/docs/WWebSso.mjs.html
CHANGED
|
@@ -1205,7 +1205,7 @@ export default WWebSso
|
|
|
1205
1205
|
<br class="clear">
|
|
1206
1206
|
|
|
1207
1207
|
<footer>
|
|
1208
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Sun Feb 08 2026 12:
|
|
1208
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Sun Feb 08 2026 12:42:27 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1209
1209
|
</footer>
|
|
1210
1210
|
|
|
1211
1211
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Sun Feb 08 2026 12:
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Sun Feb 08 2026 12:42:27 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
package/settings.json
CHANGED
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
logFd: './_logs',
|
|
50
50
|
logInterval: 'hr',
|
|
51
51
|
|
|
52
|
-
emSrcEmail: '
|
|
53
|
-
emSrcPW: '
|
|
52
|
+
emSrcEmail: 'example@gmail.com',
|
|
53
|
+
emSrcPW: '{pw}',
|
|
54
54
|
emSrcHost: 'smtp.gmail.com',
|
|
55
55
|
emSrcPort: 465,
|
|
56
56
|
|