<turbo-stream action="replace" target="remote_modal"><template>
  <turbo-frame id="remote_modal" target="_top"><div aria-hidden='true' aria-labelledby='staticBackdropLabel' class='modal fade' data-bs-backdrop='static' data-bs-keyboard='false' data-controller='modal' tabindex='-1'>
<div class='modal-dialog'>
<div class='modal-content'>
<div class='modal-header'>
<h1 class='modal-title fs-5' id='staticBackdropLabel'>Will the phone have a fingerprint reader, or other biometric access?</h1>
</div>
<div class='modal-body'>
<div class='lh-base fs-6 mt-2'>No, we will not be shipping with any biometric hardware. Single access via biometrics does not prevent access to your phone the same way a security code or lock does. The US Supreme Court has alluded to biometric access not protecting you the same way that a security code from memory (a security code) does (e.g. You can say “no” to a passphrase, or security code, but you cannot say “no” to biometric (physical) information). If future models of the UMAXX Liberty phone do include biometric hardware, we will be double-locking it with a security code to have the best possible security story for users.</div>
<div class='lh-base fs-6 mt-2'>To learn more about why biometric access is not good you can read <a href="https://www.nytimes.com/2017/04/10/technology/fingerprint-security-smartphones-apple-google-samsung.html" target="_blank"> NYT: Fingerprint security. </a></div>
</div>
<div class='modal-footer'>
<button class='btn btn-secondary' data-bs-dismiss='modal' type='button'>Close</button>
</div>
</div>
</div>
</div>
</turbo-frame><style>
  .btn-secondary{
    background: #0057B7;
    color: #fff;
  }
  .btn:hover {
    background: #0057B7 !important;
    color: #fff !important;
  }
</style>

</template></turbo-stream>