Skip to content

Commit 9adbb3a

Browse files
authored
Merge branch 'master' into release/0.3.0
2 parents 4baa1bc + 83379d9 commit 9adbb3a

File tree

4 files changed

+98
-0
lines changed

4 files changed

+98
-0
lines changed

public/console/static/js/main.ac4725e6.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
2+
3+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
4+
5+
/**
6+
* @license
7+
* Lodash <https://lodash.com/>
8+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
9+
* Released under MIT license <https://lodash.com/license>
10+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
11+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
12+
*/
13+
14+
/**
15+
* @license React
16+
* react-dom.production.min.js
17+
*
18+
* Copyright (c) Facebook, Inc. and its affiliates.
19+
*
20+
* This source code is licensed under the MIT license found in the
21+
* LICENSE file in the root directory of this source tree.
22+
*/
23+
24+
/**
25+
* @license React
26+
* react-jsx-runtime.production.min.js
27+
*
28+
* Copyright (c) Facebook, Inc. and its affiliates.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE file in the root directory of this source tree.
32+
*/
33+
34+
/**
35+
* @license React
36+
* react.production.min.js
37+
*
38+
* Copyright (c) Facebook, Inc. and its affiliates.
39+
*
40+
* This source code is licensed under the MIT license found in the
41+
* LICENSE file in the root directory of this source tree.
42+
*/
43+
44+
/**
45+
* @license React
46+
* scheduler.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
54+
/**
55+
* React Router v6.3.0
56+
*
57+
* Copyright (c) Remix Software Inc.
58+
*
59+
* This source code is licensed under the MIT license found in the
60+
* LICENSE.md file in the root directory of this source tree.
61+
*
62+
* @license MIT
63+
*/
64+
65+
/** @license MUI v5.8.0
66+
*
67+
* This source code is licensed under the MIT license found in the
68+
* LICENSE file in the root directory of this source tree.
69+
*/
70+
71+
/** @license React v16.13.1
72+
* react-is.production.min.js
73+
*
74+
* Copyright (c) Facebook, Inc. and its affiliates.
75+
*
76+
* This source code is licensed under the MIT license found in the
77+
* LICENSE file in the root directory of this source tree.
78+
*/
79+
80+
/** @license React v17.0.2
81+
* react-is.production.min.js
82+
*
83+
* Copyright (c) Facebook, Inc. and its affiliates.
84+
*
85+
* This source code is licensed under the MIT license found in the
86+
* LICENSE file in the root directory of this source tree.
87+
*/

public/console/static/js/main.ac4725e6.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/errors/index.js

+7
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ export const errors = {
3939
message: 'Forbidden.',
4040
},
4141

42+
ERROR_INVALID_TOKEN_PROVIDED: {
43+
message: 'Invalid token provided.',
44+
},
45+
ERROR_FORBIDDEN: {
46+
message: 'Forbidden.',
47+
},
48+
4249
// Special errors
4350
UNKNOWN_ERROR: {
4451
message: 'Unknown server error.',

0 commit comments

Comments
 (0)