app-pleo.com Open in urlscan Pro
2606:4700:3030::6815:3acc  Public Scan

URL: https://app-pleo.com/
Submission: On December 01 via api from BE — Scanned from DE

Form analysis 2 forms found in the DOM

#

<form action="#" class="max-w-md mx-auto w-full my-auto">
  <h1 class="text-2xl font-semibold mb-8">Log in to Pleo</h1>
  <!-- Кнопки OAuth -->
  <button class="w-full mb-4 flex items-center justify-center gap-2 border rounded-full py-3 hover:bg-gray-50 oauth-button">
    <img src="/assets/google.svg" alt="Google" class="w-5 h-5"> Continue with Google </button>
  <button class="w-full mb-8 flex items-center justify-center gap-2 border rounded-full py-3 hover:bg-gray-50 oauth-button">
    <img src="/assets/ms.svg" alt="Microsoft" class="w-5 h-5"> Continue with Microsoft </button>
  <!-- Разделитель -->
  <div class="flex items-center mb-8">
    <div class="flex-1 border-t"></div>
    <span class="px-4 text-gray-500 text-sm">or</span>
    <div class="flex-1 border-t"></div>
  </div>
  <!-- Форма с email -->
  <div class="mb-4">
    <label class="block text-sm mb-2">Work email</label>
    <input type="email" placeholder="ie. name@email.com" class="w-full px-4 py-3 rounded-lg border focus:outline-none focus:ring-2 focus:ring-blue-500">
  </div>
  <button type="submit" class="email-btn w-full flex justify-center bg-black text-white rounded-full py-3 hover:bg-gray-800"> Continue with email </button>
</form>

#

<form action="#" class="max-w-md mx-auto w-full my-auto">
  <h1 class="text-2xl font-semibold mb-4">Verify your email</h1>
  <p class="text-gray-600 text-sm mb-8"> We've sent you a link to your email. Copy and paste the verification<br> link from the mail into the address bar. </p>
  <div class="mb-8">
    <label class="block text-sm mb-2">Paste the URL here:</label>
    <input type="text" placeholder="Paste the verification URL here" class="url-input w-full px-4 py-3 rounded-lg border focus:outline-none focus:ring-2 focus:ring-blue-500">
  </div>
  <button type="submit" class="send-url w-full flex justify-center bg-black text-white rounded-full py-3 hover:bg-gray-800"> Submit </button>
  <div class="mt-4">
    <a href="#" class="text-red-600 hover:underline text-sm">Didn't get an email?</a>
  </div>
</form>

Text Content

LOG IN TO PLEO

Continue with Google Continue with Microsoft

or

Work email
Continue with email

No account? Get started for free

?
Back


ENTER PASSCODE

email@example.com

Forgot passcode?
?
Back


ENTER VERIFICATION CODE

Check your authenticator app/phone number and enter the
6-digit code you see there. Learn more


Lost access to your authenticator app?
?


VERIFY YOUR EMAIL

We've sent you a link to your email. Copy and paste the verification
link from the mail into the address bar.

Paste the URL here:
Submit
Didn't get an email?
?


SERVICE UNAVAILABLE

This authentication method is currently unavailable. Please try email
authentication instead.

Got it