better
This commit is contained in:
@@ -263,12 +263,12 @@ lib.mkIf hasMailDiscoveryConfig (
|
||||
<p>Open this page in Safari on iPhone, iPad, or macOS. Enter your username and optionally your full name to download the configuration profile.</p>
|
||||
<form method="get" action="/mobileconfig/">
|
||||
<div>
|
||||
<label for="username">Username</label>
|
||||
<label for="username">Email address</label>
|
||||
<input id="username" name="username" type="text" autocomplete="username" pattern="[A-Za-z0-9._+-]+" required>
|
||||
<span>@{escape(DOMAIN)}</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="full_name">Full name</label>
|
||||
<label for="full_name">Fullname</label>
|
||||
<input id="full_name" name="full_name" type="text" autocomplete="name" placeholder="Love Billenius">
|
||||
</div>
|
||||
<button type="submit">Download profile</button>
|
||||
|
||||
Reference in New Issue
Block a user