Authentication token generation WIP (#98)

First working version.
This commit is contained in:
John Livingston
2024-06-17 14:54:29 +02:00
parent 6bb29d79f8
commit a9b6474b8f
7 changed files with 75 additions and 32 deletions

View File

@ -10,6 +10,18 @@
livechat-token-list {
table {
@include tables.data-table;
width: 100%;
tr th:first-child,
tr th:last-child {
width: 50px;
}
label {
// Reset some styles set by peertube
font-weight: inherit;
}
}
.livechat-create-token {