Microservice to bring 2FA to self hosted PDSes
0

Configure Feed

Select the types of activity you want to include in your feed.

1// generated by `sqlx migrate build-script` 2fn main() { 3 // trigger recompilation when a new migration is added 4 println!("cargo:rerun-if-changed=migrations"); 5}