You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preheader:"Click the provided link to join.".into(),
282
282
greeting:ifletSome(name) = name {
283
-
format!("Ahoy {name}!")}else{"Ahoy!".into()},
283
+
format!("Ahoy {name}!")
284
+
}else{
285
+
"Ahoy!".into()
286
+
},
284
287
pre_body:format!(
285
288
"Please, click the button below or use the provided token to accept the invitation from {user_name} ({user_email}) to join {org_name} as a {org_role} on Bencher.",
0 commit comments