Skip to content

Commit

Permalink
Link unavaliable after unsuccessfull login bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmrsulja committed Oct 24, 2023
1 parent 74528fb commit fab4304
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
document.addEventListener('DOMContentLoaded', function() {
const loginNameInput = document.getElementById('loginName');
const emailInput = document.getElementById('email');
emailInput.value = loginNameInput.value;
loginNameInput.addEventListener('input', function() {
emailInput.value = loginNameInput.value;
Expand Down

0 comments on commit fab4304

Please sign in to comment.