Skip to content

Commit 7228689

Browse files
up to 0.2.6-betta.2
1 parent e096baa commit 7228689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.tsx

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

3030
const initLoginData: LoginData = {
31-
login: 'artimed', // vit1
32-
password: 'quickblox',
31+
login: '',
32+
password: '',
3333
};
3434

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

0 commit comments

Comments
 (0)