Skip to content

Commit

Permalink
Merge branch 'Design-2.0' of https://github.com/mynaparrot/plugNmeet-…
Browse files Browse the repository at this point in the history
…client into Design-2.0
  • Loading branch information
Abdulkader69 committed Jan 10, 2025
2 parents 9720d63 + d22f317 commit ff2789c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h5 class="card-title mb-3">Quick Login</h5>
const loginForm = document.getElementById('loginForm');
let API_KEY, API_SECRET;
document.getElementById('user_id').value = Date.now();
const toUrl = window.location.href.replace("/login.html", "")
const toUrl = window.location.href.replace(/\/login.*$/i, "")

loginForm.addEventListener('submit', (e) => {
e.preventDefault();
Expand Down

0 comments on commit ff2789c

Please sign in to comment.