User setup added

This commit is contained in:
Sidharth Prabhu
2026-08-03 10:41:57 +05:30
parent 28a13d619c
commit 6b3714f2bc
8 changed files with 692 additions and 54 deletions

View File

@@ -843,7 +843,7 @@ function App() {
<div className="demo-credentials-box">
<h4>💡 Dev Sandbox Access:</h4>
{loginType === 'SYSTEM' ? (
<p>Default Admin: <strong>admin</strong> / Password: <strong>admin123</strong></p>
<p>Default Admin: <strong>admin</strong> / Password: <strong>admin</strong></p>
) : (
<p>Sign in with your Google account. First-time users will be asked for a mobile number to complete registration.</p>
)}