MapleDeploy
@if (!empty($setup_pending)) {{-- MapleDeploy: setup token required but not provided --}}

Setup pending

Initial setup has not been completed. Please use the setup link from your MapleDeploy dashboard.

@else @if (session('status'))

{{ session('status') }}

@endif @if (session('error'))

{{ session('error') }}

@endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf @env('local') @else @endenv {{ __('auth.login') }} @if ($is_registration_enabled)
Don't have an account?
{{ __('auth.register_now') }} @else
{{ __('auth.registration_disabled') }}
@endif @if ($enabled_oauth_providers->isNotEmpty())
or continue with
@foreach ($enabled_oauth_providers as $provider_setting) {{ __("auth.login.$provider_setting->provider") }} @endforeach
@endif @endif {{-- end setup_pending --}}