Remove 'tor or clearnet' hint for LN addresses

This commit is contained in:
ekzyis 2024-07-15 14:46:48 +02:00
parent ee1574cf45
commit 7749c14d3b
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ export const fields = [
name: 'address',
label: 'lightning address',
type: 'text',
hint: 'tor or clearnet',
autoComplete: 'off'
}
]