Frontend: Add channel access granting/revoking support

This commit is contained in:
2023-09-16 17:06:10 +02:00
parent fe114e749c
commit 57365db9d8
5 changed files with 98 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Channel access revoked</title>
</head>
<body>
<p>Channel access successfully revoked</p>
<a href="/panel">Return to user panel</a>
</body>
</html>