We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e096baa commit 7228689Copy full SHA for 7228689
src/App.tsx
@@ -28,8 +28,8 @@ function App() {
28
const { connectionRepository } = useQBConnection();
29
30
const initLoginData: LoginData = {
31
- login: 'artimed', // vit1
32
- password: 'quickblox',
+ login: '',
+ password: '',
33
};
34
35
const [currentUser, setCurrentUser] = React.useState(initLoginData);
0 commit comments