1
0
Fork 0

fix follower account email

Should be a valid email, but I guess Forgejo is stricter than that
This commit is contained in:
Cyborus 2024-05-27 13:09:01 -04:00
parent 1c3bd75c82
commit 635a5b55dd
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ async fn follow() {
let option = CreateUserOption {
created_at: None,
email: "follower@testing".into(),
email: "follower@no-reply.example.org".into(),
full_name: None,
login_name: None,
must_change_password: Some(false),