($appearance ?? 'system') == 'dark'])> {{-- Inline script to detect system dark mode preference and apply it immediately --}} {{ __('Connect to :app', ['app' => config('app.name', 'Whisper Money')]) }} @vite(['resources/css/app.css']) @php $redirectHost = parse_url($request->get('redirect_uri', ''), PHP_URL_HOST); @endphp

{{ __('Connect :client to :app', ['client' => $client->name, 'app' => config('app.name', 'Whisper Money')]) }}

{{ __(':client is asking to read and make changes to your finance data.', ['client' => $client->name]) }}

{{ __('Signed in as') }}

{{ $user->email }}

@if($redirectHost)

{{ __('Sends you back to') }}

{{ $redirectHost }}

@endif

{{ __('This connection can:') }}

  • {{ __('Read and analyse your transactions, balances, categories and spending.') }}
  • {{ __('Create, edit and delete transactions, categories, labels and automation rules.') }}

{{ __('Bank-connected accounts and their transactions stay read-only. You can disconnect it at any time from the connected app.') }}

@csrf @method('DELETE')
@csrf