Skip to content

Commit 729b723

Browse files
v0.3.0
1 parent 2b3e1b4 commit 729b723

File tree

6 files changed

+396
-527
lines changed

6 files changed

+396
-527
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickblox-react-ui-kit",
3-
"version": "0.3.0-beta.4",
3+
"version": "0.3.0",
44
"main": "dist/index-ui.js",
55
"license": "MIT",
66
"dependencies": {
@@ -86,7 +86,7 @@
8686
"lint": "eslint ./src",
8787
"eject": "react-scripts eject",
8888
"storybook": "storybook dev -p 6006",
89-
"build-storybook": "storybook build"
89+
"build:storybook": "storybook build"
9090
},
9191
"lint-staged": {
9292
"src/**/*.{ts,tsx}": "eslint"

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ function App() {
2727
const { connectionRepository } = useQBConnection();
2828

2929
const initLoginData: LoginData = {
30-
login: 'artik', // vit1 380990579507
31-
password: 'quickblox',
30+
login: '',
31+
password: '',
3232
};
3333

3434
const [currentUser, setCurrentUser] = React.useState(initLoginData);

src/Data/DefaultConfigurations.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ export class DefaultConfigurations {
133133
static getDefaultQBConfig(): QBConfig {
134134
return {
135135
credentials: {
136-
appId: 75949,
137-
accountKey: 'uK_8uinNyz8-npTNB6tx',
138-
authKey: 'DdS7zxMEm5Q7DaS',
139-
authSecret: 'g88RhdOjnDOqFkv',
136+
appId: -1,
137+
accountKey: '',
138+
authKey: '',
139+
authSecret: '',
140140
sessionToken: '',
141141
},
142142
configAIApi: {

0 commit comments

Comments
 (0)