mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-02 22:26:37 +00:00
fix: change roundcube to webmail
This commit is contained in:
parent
fe47ca3bf7
commit
75ddc12a4f
|
@ -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…
Reference in a new issue