Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit fba1755

Browse files
Dhanuja416RandithaK
authored andcommitted
style: remove demo user information from login page
1 parent 84f673f commit fba1755

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/app/auth/login/page.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,7 @@ export default function LoginPage() {
104104
<p className="mt-4 text-lg theme-text-muted">
105105
Sign in to access your dashboard.
106106
</p>
107-
<div className="mt-6 p-4 bg-blue-50 dark:bg-blue-900/20 rounded-lg border border-blue-200 dark:border-blue-800">
108-
<p className="text-sm font-semibold theme-text-primary mb-2">Demo Users (Real Backend):</p>
109-
<div className="text-xs theme-text-muted space-y-1">
110-
<p><strong>SuperAdmin:</strong> superadmin / superadmin123</p>
111-
<p><strong>Admin:</strong> admin / admin123</p>
112-
<p><strong>Employee:</strong> employee / emp123</p>
113-
<p><strong>Customer:</strong> customer / cust123</p>
114-
</div>
115-
</div>
107+
116108
</div>
117109

118110
<form className="space-y-6" onSubmit={handleSubmit}>

0 commit comments

Comments
 (0)