Fix client portal link

This commit is contained in:
Marcus Hill 2022-03-21 21:12:57 +00:00
parent d937d0ccec
commit 4b149edfd9
1 changed files with 1 additions and 2 deletions

View File

@ -186,8 +186,7 @@ if(isset($_POST['login'])){
<hr><br>
<h4>Looking for the Client Portal?</h4>
<button type="button" onclick="location.href = 'https://<?php echo $config_base_url ?>/portal/';" class="btn btn-secondary btn-block mb-3">Continue as a client</button>
<h4>Looking for the <a href="portal">Client Portal?<a/></h4>
</form>