{props.resetPasswordStatus === ResetPasswordStatus.ResetTokenNotFound && (
              <div class="alert alert-danger" role="alert">
                <Text id="resetPassword.resetTokenNotFound" />
              </div>
            )}