aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/index.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/index.jsp')
-rw-r--r--src/main/webapp/index.jsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index 8be1d49..d182b7e 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -17,9 +17,9 @@
<h1>Login</h1>
<form method="post" action="pages/login.jsp">
- <input type="text" name="username"> Korisnicko ime
+ <input type="text" name="username" required> Korisnicko ime
<br>
- <input type="password" name="password">Sifra
+ <input type="password" name="password" required>Sifra
<br>
<p style="color:red;">
<%