solo-feature-rev-18073.sandbox.revocloud.works Open in urlscan Pro
34.149.47.238  Public Scan

URL: https://solo-feature-rev-18073.sandbox.revocloud.works/
Submission: On December 19 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST https://solo-feature-rev-18073.sandbox.revocloud.works/login

<form action="https://solo-feature-rev-18073.sandbox.revocloud.works/login" method="POST" x-show.transition.in.500ms="!checkIfShow()" class="flex flex-col gap-4 items-center">
  <input type="hidden" name="_token" value="e6njjoAkIXc7FgpZWRijZZyC6T64RDVUGP8FP8zk" autocomplete="off">
  <div class="relative flex flex-row gap-2 w-full items-center text-gray-300 bg-white rounded p-2 focus-within:ring-1 ring-blue-500">
    <i class="fa-solid fa-user fa-fw"></i>
    <input class="grow outline-none focus:outline-none ring-0 focus:ring-0 border-0 text-gray-700 placeholder-gray-300 p-0 text-sm" type="text" name="username" value="" placeholder="Username" autofocus="" required="">
  </div>
  <div class="relative flex flex-row gap-2 w-full items-center text-gray-300 bg-white rounded p-2 focus-within:ring-1 ring-blue-500">
    <i class="fa-solid fa-lock fa-fw"></i>
    <input class="grow outline-none focus:outline-none ring-0 focus:ring-0 border-0 text-gray-700 placeholder-gray-300 p-0 text-sm" type="password" name="password" value="" placeholder="Password" required="">
    <span class="font-bold cursor-pointer text-sm" @click="toggleLoginForgot()"> Forgot? </span>
  </div>
  <input type="hidden" name="ADToken" value="">
  <button x-data="{
        loading : false,
            }" type="submit" class="transition inline relative px-4 py-2 disabled:bg-neutral-200 disabled:text-neutral-700 disabled:pointer-events-none group rounded shadow-sm bg-brand hover:opacity-70 text-white w-full hover:opacity-80" :class="{
        'opacity-50 cursor-not-allowed' : loading,
        'hover:opacity-80' : !loading
    }" x-on:click="
        if (loading) { event.preventDefault() }
                                    ">
    <div class="flex justify-center text-sm">
      <div x-show="loading" class="absolute" style="display: none;">
        <i class="fa fa-circle-notch fa-spin fa fa-fw"></i>
      </div>
      <div :class="{'invisible' : loading}">
        <div class="flex space-x-2 items-center">
          <div class="">Login</div>
        </div>
      </div>
    </div>
  </button>
</form>

POST https://solo-feature-rev-18073.sandbox.revocloud.works/password/forgot

<form action="https://solo-feature-rev-18073.sandbox.revocloud.works/password/forgot" method="POST" x-show.transition.in.500ms="checkIfShow()" class="flex flex-col gap-4" style="display: none;">
  <input type="hidden" name="_token" value="e6njjoAkIXc7FgpZWRijZZyC6T64RDVUGP8FP8zk" autocomplete="off">
  <div class="relative flex flex-row gap-2 w-full items-center text-gray-300 bg-white rounded p-2 focus-within:ring-1 ring-blue-500">
    <i class="fa-solid fa-envelope fa-fw"></i>
    <input class="grow outline-none focus:outline-none ring-0 focus:ring-0 border-0 text-gray-700 placeholder-gray-300 p-0 text-sm" type="text" name="email" value="" placeholder="Email" required="">
    <span class="font-bold cursor-pointer text-sm" @click="toggleLoginForgot()"> Cancel? </span>
  </div>
  <button x-data="{
        loading : false,
            }" type="submit" class="transition inline relative px-4 py-2 disabled:bg-neutral-200 disabled:text-neutral-700 disabled:pointer-events-none group rounded shadow-sm bg-brand hover:opacity-70 text-white w-full hover:opacity-80" :class="{
        'opacity-50 cursor-not-allowed' : loading,
        'hover:opacity-80' : !loading
    }" x-on:click="
        if (loading) { event.preventDefault() }
                                    ">
    <div class="flex justify-center text-sm">
      <div x-show="loading" class="absolute" style="display: none;">
        <i class="fa fa-circle-notch fa-spin fa fa-fw"></i>
      </div>
      <div :class="{'invisible' : loading}">
        <div class="flex space-x-2 items-center">
          <div class="">Reset Password</div>
        </div>
      </div>
    </div>
  </button>
</form>

Text Content

Forgot?
Login
Cancel?
Reset Password