mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-22 22:32:17 +00:00
fix: change roundcube to webmail
This commit is contained in:
parent
fe47ca3bf7
commit
75ddc12a4f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Roundcube(Service):
|
|||
if "roundcube" in data["modules"]:
|
||||
return data["modules"]["roundcube"]["subdomain"]
|
||||
|
||||
return "roundcube"
|
||||
return "webmail"
|
||||
|
||||
@staticmethod
|
||||
def is_movable() -> bool:
|
||||
|
|
Loading…
Add table
Reference in a new issue