n20-common-lib 1.3.132 → 1.3.133

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "1.3.132",
3
+ "version": "1.3.133",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -128,7 +128,7 @@ export default {
128
128
  return this.pageData.SYSTEM_NAME?.pmValue || this.jsonData.loginLogoText || ''
129
129
  },
130
130
  loginCopyright() {
131
- return this.jsonData.loginCopyright || ''
131
+ return this.pageData.MAIN_PAGE_TEXT?.pmValue || this.jsonData.loginCopyright || ''
132
132
  },
133
133
  loginSloganHtml() {
134
134
  return this.jsonData.loginSloganHtml || ''