VPN Invite feature implemented

This commit is contained in:
Eduardo Silva
2025-03-01 17:02:19 -03:00
parent 2c15294d7d
commit 31b9988b98
7 changed files with 49 additions and 9 deletions

View File

@@ -20,6 +20,11 @@
margin-bottom: 10px;
background-color: #f9f9f9;
}
#inviteText {
white-space: pre-line;
text-align: left;
}
</style>
{% endblock %}