[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2025-01-31 20:42:25 +01:00
parent 875099852a
commit 653eebdfe8
+2 -2
View File
@@ -245,9 +245,9 @@ function handleDirectJoin() {
const call = usp.get('call');
const password = usp.get('password');
console.log('Direct Join detected', { user, call, password });
if (user) {
console.log('Direct Join detected', { user, call, password });
// SignIn
usernameIn.value = user;
handleSignInClick();