Removed stray text

master
Keith Irwin 2022-11-01 19:17:13 -06:00
parent c8a1912d43
commit b39425d9cc
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
<div>
<input type="text" data-bind="textInput:newPeerHostname,event:{keypress:addPeerKeyPress}" placeholder="phone"></input>
<select data-bind="options:users,optionsText:'name',value:newPeerUser,optionsCaption:'(user)'"></select>
21
<button data-bind="click:addPeer,disable:isAddingPeer,text:addPeerText">Add</button>
</div>
<p>After clicking "Add", the new peer's config will appear below. Copy and paste it into your wireguard client and start the service. <b>This configuration will not be shown again!</b> If you lose the config, you will need to delete the peer and recreate it. </p>