mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
chore: rename Ramaiah Memorial Hospital to Global Hospital
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,19 +25,19 @@ const USERS: Record<Role, User> = {
|
||||
name: 'Admin User',
|
||||
initials: 'AU',
|
||||
role: 'admin',
|
||||
email: 'admin@ramaiah.com',
|
||||
email: 'admin@globalhospital.com',
|
||||
},
|
||||
executive: {
|
||||
name: 'Sanjay M.',
|
||||
initials: 'SM',
|
||||
role: 'executive',
|
||||
email: 'sanjay@ramaiah.com',
|
||||
email: 'sanjay@globalhospital.com',
|
||||
},
|
||||
'cc-agent': {
|
||||
name: 'Rekha S.',
|
||||
initials: 'RS',
|
||||
role: 'cc-agent' as const,
|
||||
email: 'rekha@ramaiah.com',
|
||||
email: 'rekha@globalhospital.com',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user