@telia-ace/alliance-portal 1.0.5 → 1.0.6-next.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @telia-ace/alliance-portal
2
2
 
3
+ ## 1.0.6-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - cb4647b: Fix incomprehensible unauthorized text for users with insufficient workspace access.
8
+ - Updated dependencies [828548a]
9
+ - @telia-ace/alliance-internal-node-utilities@1.0.3-next.0
10
+
3
11
  ## 1.0.5
4
12
 
5
13
  ### Patch Changes
@@ -228,7 +228,7 @@ function unauthorizedPortalBody() {
228
228
  return `
229
229
  <div class="unauthorized">
230
230
  <h1>401</h1>
231
- <p>Your user does access to this workspace</p>
231
+ <p>You don't have permission to access this workspace.</p>
232
232
  </div>
233
233
  <style>
234
234
  @import 'https://cdn.voca.teliacompany.com/fonts/TeliaSansV10/TeliaSans.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-portal",
3
- "version": "1.0.5",
3
+ "version": "1.0.6-next.0",
4
4
  "description": "ACE Alliance portal",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -19,7 +19,7 @@
19
19
  "@nestjs/config": "^3.0.0",
20
20
  "@nestjs/core": "^10.1.0",
21
21
  "@nestjs/platform-express": "^10.1.0",
22
- "@telia-ace/alliance-internal-node-utilities": "1.0.2",
22
+ "@telia-ace/alliance-internal-node-utilities": "1.0.3-next.0",
23
23
  "express-openid-connect": "^2.16.0",
24
24
  "graphql": "^16.7.1",
25
25
  "graphql-request": "^6.1.0",