We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e905a commit 3e9e1e5Copy full SHA for 3e9e1e5
templates/login.html
@@ -52,7 +52,7 @@ <h2 class="fw-bold">Welcome Back</h2>
52
53
<div class="mt-4 text-center animate__animated animate__fadeIn animate__delay-1s">
54
<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>
+ <p class="text-muted small"> User = admin , Password = admin123 </p>
56
</div>
57
58
@@ -136,4 +136,4 @@ <h5 class="mb-1">Secure Access</h5>
136
});
137
138
</script>
139
-{% endblock %}
+{% endblock %}
0 commit comments