<fieldset>
  <legend>Authentication Token</legend>
  <div class="form-group">
    <label for="auth-token">Authentication Token</label>
    <div class="form-fields">
      <input type="text" name="authToken" id="auth-token" value="{{authToken}}">
    </div>
    <p class="hint">
      Please complete authentication in the window that opened. Once authentication has completed,
      this field should autopopulate and close automatically. If it does not for some reason, you can copy and
      paste the authentication token you receive into this field and click submit.
    </p>
  </div>
  <button type="submit">
    <i class="fa-solid fa-floppy-disk" inert=""></i>
    Save Changes
  </button>
</fieldset>
