hew-ch.app.scalera.ai Open in urlscan Pro
2a00:1450:4001:81d::2013  Public Scan

Submitted URL: https://hew-ch.app.scalera.ai/
Effective URL: https://hew-ch.app.scalera.ai/login/?next=/
Submission: On November 20 via api from US — Scanned from CH

Form analysis 1 forms found in the DOM

POST /login/

<form class="max-w-[600px] m-auto flex flex-col items-stretch gap-4 p-6" action="/login/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="OxoZwibXS9v4LmG4EfrLE7YIyV92WQUwXOIHsXl6nesfTcVXVTE3GfN7xggZ9ZQx">
  <div>
    <label for="email">Email</label>
    <input id="email" type="email" name="email" class="input w-full" required="">
  </div>
  <div>
    <label for="pass">Passwort</label>
    <input id="pass" type="password" name="pass" class="input w-full" required="">
  </div>
  <div class="flex justify-between items-center">
    <a href="/password_reset/" class="text-sm text-primary">Passwort zurücksetzen</a>
  </div>
  <button id="login-button" class="btn btn-primary" type="submit">Anmelden</button>
  <script>
    // Google Analytics
    document.getElementById("login-button").addEventListener("click", function() {
      window.dataLayer = window.dataLayer || [];
      const [user, domain] = document.getElementById('email').value.split('@');
      window.dataLayer.push({
        'event': 'scalera_event',
        'scalera_action': 'login',
        'scalera_user_email': document.getElementById('email').value,
        'scalera_user_name': user,
        'scalera_user_domain': domain
      });
    });
  </script>
</form>

Text Content

Email
Passwort
Passwort zurücksetzen
Anmelden