-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support email on tracking login page
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,10 @@ export class DeviceForm extends LitElement { | |
<p class="my-4"> | ||
You can disable tracking at any moment by setting your device to <strong>"no"</strong>. | ||
</p> | ||
<p class="my-4"> | ||
<a href="mailto:[email protected]?subject=FlyXC%20registration%20error">Contact us</a> if you have any | ||
trouble registering your device. | ||
</p> | ||
</div> | ||
<slot name="button"></slot> | ||
` | ||
|