From a5672187c4847e2da3519559ce5695bfb07e4b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 9 Feb 2024 17:53:34 +0100 Subject: [PATCH] Refactor authentication view in billing portal v3 --- .../v3/authentication.blade.php | 71 +++++++++++++++++-- 1 file changed, 65 insertions(+), 6 deletions(-) diff --git a/resources/views/billing-portal/v3/authentication.blade.php b/resources/views/billing-portal/v3/authentication.blade.php index a5ff7c372193..f1261a101643 100644 --- a/resources/views/billing-portal/v3/authentication.blade.php +++ b/resources/views/billing-portal/v3/authentication.blade.php @@ -5,11 +5,38 @@ @endcomponent @endif - @if($state['code'] === false) -
+
+

{{ ctrans('texts.contact') }}

+
+ + @if($state['initial_completed'] === false) + + @csrf + + + + +
+ @endif + + @if($state['login_form']) +
@csrf -