diff options
author | cirakg <ciraboxkg@gmail.com> | 2023-01-04 17:29:50 +0100 |
---|---|---|
committer | cirakg <ciraboxkg@gmail.com> | 2023-01-04 17:29:50 +0100 |
commit | b0cf9f4b0c4eece41cb5e3542ab8c54f6dd3d32e (patch) | |
tree | 46508479c272d4b10b3febad3accf8a0d3b43b60 /src/main/webapp/index.jsp | |
parent | cd694d64cf1a9be635df6b15168a5950644e5ce2 (diff) |
Dodate provere za unos.
Diffstat (limited to 'src/main/webapp/index.jsp')
-rw-r--r-- | src/main/webapp/index.jsp | 4 |
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;"> <% |