You've already forked hotpocket
BTHLABS-58: Share Extension in Apple Apps
This commit is contained in:
@@ -45,20 +45,21 @@ body, html {
|
||||
<p class="fs-3 mb-0">HotPocket by BTHLabs</p>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form id="PreauthForm" method="post">
|
||||
<form id="PreauthForm" method="post" novalidate>
|
||||
<div id="div_id_base_url" class="mb-3">
|
||||
<label for="id_base_url" class="form-label requiredField">
|
||||
HotPocket Instance URL<span class="asteriskField">*</span>
|
||||
</label>
|
||||
<input
|
||||
autocapitalize="none"
|
||||
autocomplete="off"
|
||||
autofocus
|
||||
class="textinput form-control"
|
||||
id="id_base_url"
|
||||
maxlength="255"
|
||||
name="domain"
|
||||
required
|
||||
type="text"
|
||||
type="url"
|
||||
>
|
||||
<div class="form-text">
|
||||
Enter the URL to your HotPocket instance, e.g. <code>https://my.hotpocket.app/</code>.
|
||||
|
||||
Reference in New Issue
Block a user