Skip to content

Commit 3e9e1e5

Browse files
authored
Update login.html
1 parent c3e905a commit 3e9e1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/login.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2 class="fw-bold">Welcome Back</h2>
5252

5353
<div class="mt-4 text-center animate__animated animate__fadeIn animate__delay-1s">
5454
<p>Don't have an account? <a href="{{ url_for('register') }}" class="fw-semibold">Register here</a></p>
55-
<p class="text-muted small"> --- </p>
55+
<p class="text-muted small"> User = admin , Password = admin123 </p>
5656
</div>
5757
</div>
5858
</div>
@@ -136,4 +136,4 @@ <h5 class="mb-1">Secure Access</h5>
136136
});
137137
});
138138
</script>
139-
{% endblock %}
139+
{% endblock %}

0 commit comments

Comments
 (0)