accounts.landr.com Open in urlscan Pro
13.248.242.250  Public Scan

Submitted URL: http://app.landr.com/
Effective URL: https://accounts.landr.com/oauth2/authorize?client_id=16129c67-583f-4707-87d3-eb7e8375eaf3&response_type=code&code_challeng...
Submission: On December 05 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /oauth2/authorize

<form action="/oauth2/authorize" method="POST" class="form-authorize" onsubmit="trimElements(['loginId'])">
  <input type="hidden" name="captcha_token" value="">
  <input type="hidden" name="client_id" value="16129c67-583f-4707-87d3-eb7e8375eaf3">
  <input type="hidden" name="code_challenge" value="0wFa49vmAeJssVe333SXIQawMbNIKmI8EpE_v3XLuTA">
  <input type="hidden" name="code_challenge_method" value="S256">
  <input type="hidden" name="metaData.device.name" value="Windows Chrome">
  <input type="hidden" name="metaData.device.type" value="BROWSER">
  <input type="hidden" name="nonce" value="">
  <input type="hidden" name="oauth_context" value="">
  <input type="hidden" name="pendingIdPLinkId" value="">
  <input type="hidden" name="redirect_uri" value="https://app.landr.com">
  <input type="hidden" name="response_mode" value="">
  <input type="hidden" name="response_type" value="code">
  <input type="hidden" name="scope" value="openid+offline_access">
  <input type="hidden" name="state" value="QWtrLi56czdOMVNUZVBJUGs5ZHZzM2gyaXlVSzNlNThzOFBHYnpoYmx0NQ==">
  <input type="hidden" name="tenantId" value="97127cd3-cc28-4fc0-ad00-b1669a38e865">
  <input type="hidden" name="timezone" value="Europe/Berlin">
  <input type="hidden" name="user_code" value="">
  <input type="hidden" name="locale" value="en">
  <input type="hidden" name="showPasswordField" value="true">
  <input type="hidden" name="userVerifyingPlatformAuthenticatorAvailable" value="false">
  <div id="input-container-loginId" class="global-input-container">
    <div style="display:flex; flex-direction:row;">
      <div class="maestro-input-text-container-dark">
        <input id="loginId" type="text" name="loginId" value="" class="maestro-input-text-dark" autofocus="autofocus" autocomplete="autocomplete" placeholder="Email" autocapitalize="autocapitalize" autocorrect="autocorrect/">
      </div>
    </div>
  </div>
  <div id="input-container-password" class="global-input-container">
    <div style="display:flex; flex-direction:row;">
      <div class="maestro-input-text-container-dark">
        <input id="password" type="password" name="password" value="" class="maestro-input-text-dark" autocomplete="autocomplete" placeholder="Password" autocapitalize="autocapitalize" autocorrect="autocorrect/">
        <div class="maestro-input-addon">
          <button id="password-togglePassword" type="button" aria-disabled="false" aria-pressed="false" aria-busy="false" aria-label="Show password" class="maestro-button maestro-input-addon-button">
            <span class="maestro-input-addon-button-svg-container">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" data-icon-name="ShowOutlined" aria-label="ShowOutlined" role="presentation">
                <g fill="none" fill-rule="evenodd">
                  <path d="M0 0h24v24H0z"></path>
                  <g stroke="currentColor" stroke-width="1.5" transform="translate(4 6)">
                    <path stroke-linecap="round" stroke-linejoin="round" d="M8.5 12C3.764 12 0 6.198 0 6c0-.198 3.764-6 8.5-6C13.236 0 17 5.814 17 6c0 .186-3.764 6-8.5 6z"></path>
                    <circle cx="8.5" cy="6" r="2.09"></circle>
                  </g>
                </g>
              </svg>
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" data-icon-name="HideOutlined" aria-label="HideOutlined" role="presentation" style="display:none">
                <g fill="none" fill-rule="evenodd">
                  <path d="M0 0h24v24H0z"></path>
                  <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.5 12s3-5.5 7.5-5.5 7.5 5.5 7.5 5.5-3 5.5-7.5 5.5S4.5 12 4.5 12zM9 12a3 3 0 013-3m3 3a3 3 0 01-3 3m-7 4L19 5"></path>
                </g>
              </svg>
            </span>
          </button>
        </div>
        <script type="text/javascript">
          // Toggle password visibility
          document.addEventListener('DOMContentLoaded', () => {
            const passwordField = document.getElementById('password');
            const togglePassword = document.getElementById("password-togglePassword");
            togglePassword.addEventListener("click", function() {
              // Toggle the type attribute
              const showText = passwordField.getAttribute("type") === "password";
              const type = showText ? "text" : "password";
              passwordField.setAttribute("type", type);
              // Toggle the SVG icon
              document.querySelector("#input-container-password svg[data-icon-name='ShowOutlined']").style.display = showText ? "none" : "block";
              document.querySelector("#input-container-password svg[data-icon-name='HideOutlined']").style.display = showText ? "block" : "none";
              // Toggle aria label
              togglePassword.setAttribute("aria-label", showText ? "Hide password" : "Show password");
            });
          });
        </script>
      </div>
    </div>
  </div>
  <div style="padding-top: 4px; margin-bottom: 16px">
    <div class="maestro-link-dark">
      <a href="/password/forgot?tenantId=97127cd3-cc28-4fc0-ad00-b1669a38e865&amp;client_id=16129c67-583f-4707-87d3-eb7e8375eaf3&amp;nonce=&amp;pendingIdPLinkId=&amp;redirect_uri=https%3A%2F%2Fapp.landr.com&amp;response_mode=&amp;response_type=code&amp;scope=openid%2Boffline_access&amp;state=QWtrLi56czdOMVNUZVBJUGs5ZHZzM2gyaXlVSzNlNThzOFBHYnpoYmx0NQ%3D%3D&amp;timezone=Europe%2FBerlin&amp;metaData.device.name=Windows%20Chrome&amp;metaData.device.type=BROWSER&amp;code_challenge=0wFa49vmAeJssVe333SXIQawMbNIKmI8EpE_v3XLuTA&amp;code_challenge_method=S256&amp;user_code=&amp;locale=en">
Forgot your password?</a>
    </div>
  </div>
  <input type="hidden" name="rememberDevice" value="true">
  <div class="recaptcha-container">
    <div class="g-recaptcha" data-sitekey="6LedV8IUAAAAACq9Mgu8hZvsbooub9c90aT72zXR"></div>
  </div>
  <div style="text-align: center;">
    <div class="maestro-button-container">
      <button class="maestro-button-rounded maestro-button-md">Continue</button>
    </div>
    <p class="maestro-p-dark"> Don't have an account? <a href="/oauth2/register?tenantId=97127cd3-cc28-4fc0-ad00-b1669a38e865&amp;client_id=16129c67-583f-4707-87d3-eb7e8375eaf3&amp;nonce=&amp;pendingIdPLinkId=&amp;redirect_uri=https%3A%2F%2Fapp.landr.com&amp;response_mode=&amp;response_type=code&amp;scope=openid%2Boffline_access&amp;state=QWtrLi56czdOMVNUZVBJUGs5ZHZzM2gyaXlVSzNlNThzOFBHYnpoYmx0NQ%3D%3D&amp;timezone=Europe%2FBerlin&amp;metaData.device.name=Windows%20Chrome&amp;metaData.device.type=BROWSER&amp;code_challenge=0wFa49vmAeJssVe333SXIQawMbNIKmI8EpE_v3XLuTA&amp;code_challenge_method=S256&amp;user_code=&amp;locale=en">
Sign up</a>
    </p>
  </div>
</form>

Text Content

Log in to LANDR
Continue with
icn-google-24


or by email
Forgot your password?

Continue

Don't have an account? Sign up