Accounts: Unlink Telegram/Discord/Matrix through cog

Added an unlinking section to the little cog dropdown next to users so
that one can remove and re-link a different account for a Jellyfin user.
Also adjusted padding in the dropdown.
This commit is contained in:
Harvey Tindall
2023-02-05 00:23:16 +00:00
parent 49c7d83840
commit 775ebd3b1e
5 changed files with 105 additions and 5 deletions
+4
View File
@@ -355,3 +355,7 @@ type setAccountsAdminDTO map[string]bool
type genCaptchaDTO struct {
ID string `json:"id"`
}
type forUserDTO struct {
ID string `json:"id"` // Jellyfin ID
}