Add password authentication

This commit is contained in:
Unheard0840
2026-08-29 09:15:14 +02:00
parent 6648bf0662
commit ab1f479ffd
6 changed files with 271 additions and 27 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const setInterfaces = sdk.setupInterfaces(async ({ effects }) => {
const ui = sdk.createInterface(effects, {
name: i18n('Web Interface'),
id: 'ui',
description: i18n('The main web interface'),
description: i18n('The web interface of Munin Bitcoin'),
type: 'ui',
masked: false,
schemeOverride: null,