Browse Source

fixed go to admin portal

Josh 4 years ago
parent
commit
cfad65ef2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/layouts/template.blade.php

+ 1 - 1
resources/views/layouts/template.blade.php

@@ -114,7 +114,7 @@
             @if($pro->pro_type == 'ADMIN')
             <div class="ml-2 d-inline-block">|</div>
             <div class="ml-2 ">
-                <a native target="_top" class="text-light" href="{{env('ADMIN_PORTAL_URL', 'https://scholar.securecpu.com')}}/pro_log_in_with_session_key/{{$performer->session_key}}" title="">
+                <a native target="_top" class="text-light" href="{{env('ADMIN_PORTAL_URL', 'https://pro.securecpu.com')}}/pro_log_in_with_session_key/{{$performer->session_key}}" title="">
                     Go to Admin Portal
                 </a>
             </div>