Remove extra agent client wording

This commit is contained in:
johnnyq
2025-12-20 15:05:47 -05:00
parent e60a7a59f9
commit f784b659e8
2 changed files with 4 additions and 6 deletions

View File

@@ -281,12 +281,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && (isset($_POST['login']) || isset($_
'created' => time()
];
}
$response = "
<div class='alert alert-light'>
This login can be used as either an Agent account or a Client Portal account.
Please choose how you want to continue.
</div>";
}
} else {