From 8f10b897369ab9c99a2928817dff2904b866d881 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 18 Mar 2022 14:02:03 +1100 Subject: [PATCH] Notification for displaying forwarding is active --- resources/views/dashboard.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) 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'))