mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 12:11:26 +00:00
fix: change roundcube to webmail
This commit is contained in:
parent
a00c4d4268
commit
31feeb211d
|
@ -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