mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
fix test
This commit is contained in:
parent
83be94b43e
commit
229dc7fd44
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class AliasSuffix:
|
|||
domain: str
|
||||
|
||||
# if custom domain, whether the custom domain has MX verified, i.e. can receive emails
|
||||
mx_verified: bool
|
||||
mx_verified: bool = True
|
||||
|
||||
def serialize(self):
|
||||
return json.dumps(asdict(self))
|
||||
|
|
Loading…
Reference in a new issue