Skip to content

Commit 45aeade

Browse files
React Chat samples for React UIKit v1.0.7 is updated
1 parent 89a2110 commit 45aeade

File tree

6 files changed

+86
-86
lines changed

6 files changed

+86
-86
lines changed

samples/react-chat-ui-kit-demo-app/package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/react-chat-ui-kit-demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chat",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.11.0",

samples/react-chat-ui-kit-demo-app/src/QBconfig.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const QBConfig = {
22
credentials: {
3-
appId: 75950,
4-
authKey: 'FCdNhkvcBsZbJg5',
5-
authSecret: 'RSXrOzjP4kZ-WZC',
6-
accountKey: 'uK_8uinNyz8-npTNB6tx',
3+
appId: -1,
4+
authKey: '',
5+
authSecret: '',
6+
accountKey: '',
77
sessionToken: '',
88
},
99
appConfig: {

samples/react-chat-ui-kit-demo-app/src/assets/CustomTheme/CustomTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {DefaultTheme} from "artan-react-ui-sample";
1+
import {DefaultTheme} from "quickblox-react-ui-kit";
22

33
export default class CustomTheme extends DefaultTheme {
44
divider = (): string => '#E7EFFF';

samples/react-chat-ui-kit-init-sample/package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/react-chat-ui-kit-init-sample/src/QBconfig.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const QBConfig = {
22
credentials: {
3-
appId: 75949,
4-
accountKey: 'uK_8uinNyz8-npTNB6tx',
5-
authKey: 'DdS7zxMEm5Q7DaS',
6-
authSecret: 'g88RhdOjnDOqFkv',
3+
appId: -1,
4+
accountKey: '',
5+
authKey: '',
6+
authSecret: '',
77
sessionToken: '',
88
},
99
appConfig: {

0 commit comments

Comments
 (0)