Skip to content

Commit

Permalink
[call-me] - add missing
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 30, 2024
1 parent 79535b7 commit fd6f830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.21",
"version": "1.0.22",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - [email protected]",
"license": "AGPLv3",
Expand Down
1 change: 1 addition & 0 deletions public/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ function handleSignIn(data) {
setTimeout(handleHangUpClick, 3000);
} else {
githubDiv.style.display = 'none';
attribution.style.display = 'none';
signInPage.style.display = 'none';
roomPage.style.display = 'block';

Expand Down

0 comments on commit fd6f830

Please sign in to comment.