mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
pwr: allow jellyfin pwrs when not using email
switched if !emailEnabled { return } to if !messagesEnabled { return }.
Fixes #439.
This commit is contained in:
@@ -358,7 +358,7 @@ export class ProfileEditor {
|
||||
const editor = document.createElement("code-input") as CodeInput;
|
||||
editor.setAttribute("template", "json-highlighted");
|
||||
editor.setAttribute("language", "json");
|
||||
editor.classList.add("rounded-sm");
|
||||
editor.classList.add("rounded-md");
|
||||
editor.value = JSON.stringify(req.response, null, 2);
|
||||
editorContainer.replaceChildren(editor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user