Onboarding wizard and MA signup/enroll site
This commit is contained in:
+2
-2
@@ -1,11 +1,10 @@
|
||||
mod common;
|
||||
|
||||
use std::fs;
|
||||
use std::path::Path;
|
||||
use std::time::Duration;
|
||||
|
||||
use common::{
|
||||
client, collection, config_for, messages_of_type, poll, poll_messages, publish, query_envelope,
|
||||
client, collection, config_for, messages_of_type, poll_messages, publish, query_envelope,
|
||||
register, test_envelope,
|
||||
};
|
||||
use frxd::crypto::{Keypair, now_ts};
|
||||
@@ -99,6 +98,7 @@ fn registry_doc(
|
||||
version,
|
||||
issued_at: now_ts(),
|
||||
ma_key: String::new(),
|
||||
zone: "frx.invalid".to_string(),
|
||||
members,
|
||||
relays,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user