Lashtw commited on
Commit
f909eb4
·
verified ·
1 Parent(s): 884b64c

Upload 10 files

Browse files
Files changed (1) hide show
  1. src/views/InstructorView.js +2 -0
src/views/InstructorView.js CHANGED
@@ -382,6 +382,8 @@ export function setupInstructorEvents() {
382
  const emailInput = document.getElementById('login-email');
383
  const passwordInput = document.getElementById('login-password');
384
  const authErrorMsg = document.getElementById('auth-error');
 
 
385
 
386
  if (loginBtn) {
387
  loginBtn.addEventListener('click', async () => {
 
382
  const emailInput = document.getElementById('login-email');
383
  const passwordInput = document.getElementById('login-password');
384
  const authErrorMsg = document.getElementById('auth-error');
385
+ const authModal = document.getElementById('auth-modal');
386
+
387
 
388
  if (loginBtn) {
389
  loginBtn.addEventListener('click', async () => {