mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-15 06:14:20 +01:00
Update account_login_view.rs
added example nip05/nostr address in "enter your public key..." field
This commit is contained in:
@@ -130,7 +130,7 @@ fn login_textedit(manager: &mut AcquireKeyState) -> TextEdit {
|
||||
manager.get_acquire_textedit(|text| {
|
||||
egui::TextEdit::singleline(text)
|
||||
.hint_text(
|
||||
RichText::new("Enter your public key (npub, nip05), or private key (nsec) here...")
|
||||
RichText::new("Enter your public key (npub), nostr address (e.g. verbiricha@habla.news), or private key (nsec) here...")
|
||||
.text_style(NotedeckTextStyle::Body.text_style()),
|
||||
)
|
||||
.vertical_align(Align::Center)
|
||||
|
||||
Reference in New Issue
Block a user