Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function login() {
  2. // TODO: complete the login function
  3. window.location.href = "http://http://localhost:8080/index";
  4. username = document.querySelector('#username').value.trim();
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement