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) -
+ @endif + + @if($state['login_form']) + + @endif + + @if($state['otp_form']) + - @else -We have sent a code to {{ $email }} enter this code to proceed.
@endif