feature (UI): added sample text to homeserver input field in login screen

This commit is contained in:
antifallobst 2023-06-29 13:29:18 +02:00
parent 124406e475
commit aee5b77722
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ impl UI {
.title("Login")
.borders(Borders::ALL);
let mut homeserver = TextArea::default();
let mut homeserver = TextArea::new(vec!["https://matrix.org".to_string()]);
let mut username = TextArea::default();
let mut password = TextArea::default();
let mut password_data = TextArea::default();