mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
fix blocked -> block
This commit is contained in:
parent
840f827b45
commit
04e7cc448e
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ class EmailLog(db.Model, ModelMixin):
|
|||
elif self.bounced:
|
||||
return "bounced"
|
||||
elif self.blocked:
|
||||
return "blocked"
|
||||
return "block"
|
||||
else:
|
||||
return "forward"
|
||||
|
||||
|
|
Loading…
Reference in a new issue