diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 0c097f6953..c455c0bf68 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -253,6 +253,12 @@ @include('partials/white_label_expired') @endif +@if($account->account_email_settings->forward_url_for_v5) +
+Your account is currently forwarding all requests to v5, this installation is now disabled. +
+@endif + @if (Auth::user()->hasPermission('admin'))