Welcome back

Login and continue your remote job workflow.

Use Google sign-in or your username/email and password. Your admin session remains separate from applicant login.

Back to homepage
@foreach ([ 'Resume ATS insights', 'Personalized remote matches', 'Saved jobs and application tracker', ] as $item)
{{ $item }}
@endforeach
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())

Please check your login details.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if ($googleLoginEnabled) Continue with Google @endif
or
@if ($emailLoginEnabled)
@csrf
Forgot password?
@else
Username/email login is disabled in Admin Settings. Use Google sign-in or enable Security → Email login.
@endif