ChangeLicence to PW

Make Key invisable
This commit is contained in:
2025-06-05 09:09:17 +02:00
parent bc2218942a
commit a8ebb500da

View File

@@ -1,4 +1,3 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="de">
<head> <head>
@@ -178,7 +177,7 @@
<form id="licenceForm"> <form id="licenceForm">
<div class="form-group"> <div class="form-group">
<label for="licencekey">Lizensschlüssel:</label> <label for="licencekey">Lizensschlüssel:</label>
<input type="text" id="licencekey" name="licence" value="Key" /> <input type="password" id="licencekey" name="licence" value="Key" />
</div> </div>
<div class="button-group"> <div class="button-group">
<button type="submit" class="btn btn-primary"> <button type="submit" class="btn btn-primary">