LNbits send does not support tor (#2489)

This commit is contained in:
ekzyis 2025-09-06 05:23:07 +02:00 committed by GitHub
parent c1d51272ed
commit 243e8eeb65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ export default [
name: 'url', name: 'url',
label: 'url', label: 'url',
type: 'text', type: 'text',
validate: urlValidator('clearnet', 'tor'), validate: urlValidator('clearnet'),
required: true, required: true,
share: true share: true
}, },