aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/index.jsp
diff options
context:
space:
mode:
authorcirakg <ciraboxkg@gmail.com>2023-01-04 17:29:50 +0100
committercirakg <ciraboxkg@gmail.com>2023-01-04 17:29:50 +0100
commitb0cf9f4b0c4eece41cb5e3542ab8c54f6dd3d32e (patch)
tree46508479c272d4b10b3febad3accf8a0d3b43b60 /src/main/webapp/index.jsp
parentcd694d64cf1a9be635df6b15168a5950644e5ce2 (diff)
Dodate provere za unos.
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;">
<%