Skip to content

Commit

Permalink
adds a toast to check junk
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain-za committed Nov 9, 2023
1 parent 3fdcdbf commit aa3106b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/apps/login_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ impl LoginApp {
self.toasts
.info("Registered successfully! Please login.")
.set_duration(Some(Duration::from_secs(5)));
self.toasts
.info("Please check your junk folder for the registration email.")
.set_duration(Some(Duration::from_secs(5)));
} else {
self.toasts
.error("Failed to register!")
Expand Down

0 comments on commit aa3106b

Please sign in to comment.