Merge branch 'main' into #17-automate-onboarding-mk-ii

# Conflicts:
#	Cargo.lock
#	src/commands/link_email.rs
#	src/lib.rs
This commit is contained in:
silver 2025-02-17 17:30:25 +00:00
commit c79113921d
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
15 changed files with 1013 additions and 141 deletions

View file

@ -163,7 +163,7 @@ pub mod link {
"h2, h4 { font-family: Arial, Helvetica, sans-serif; }"
}
}
div style="display: flex; flex-direction: column; align-items: center;" {
div {
h2 { "Hello from Skynet!" }
// Substitute in the name of our recipient.
p { "Hi " (user) "," }
@ -263,6 +263,7 @@ pub mod link {
.await
}
#[derive(Serialize, Deserialize, Debug)]
#[serde(untagged)]
pub enum WolvesResultUserResult {