Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
<form id="exchangeSettingsForm" class="account-hub-form account-hub-exchange-settings-form" slot="content">
<div class="hub-body">
<div class="form-row">
<account-hub-input
id="serviceURL"
l10n-label-id="account-hub-exchange-service-url-label"
l10n-error-id="account-hub-server-error-text"
type="url"
pattern="https?://.*"
required="required"
classes="input-field"
></account-hub-input>
</div>
</div>
</form>
</html:template>