Skip to content

Commit c740058

Browse files
committed
Update login_window.rs
1 parent 83b7180 commit c740058

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/plumeimpactor/src/screen/windows/login_window.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ impl LoginWindow {
179179
}
180180

181181
fn view_login(&self) -> Element<'_, Message> {
182-
let email_input = text_input("example@riseup.net", &self.email)
182+
let email_input = text_input("claration@riseup.net", &self.email)
183183
.on_input(Message::EmailChanged)
184184
.padding(8)
185185
.width(Fill);
186186

187-
let mut password_input = text_input("1234", &self.password)
187+
let mut password_input = text_input("password", &self.password)
188188
.on_input(Message::PasswordChanged)
189189
.secure(true)
190190
.padding(8)

0 commit comments

Comments
 (0)