1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

[Web] fix bug on mailbox login

This commit is contained in:
FreddleSpl0it
2023-05-16 14:50:36 +02:00
committed by DerLinkman
parent 7cf6a9d808
commit 4dc3222f03
3 changed files with 11 additions and 20 deletions

View File

@@ -1361,7 +1361,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
break;
}
}
return mailbox('add', 'mailbox', $mailbox_attributes, array('iam_create_login' => true));
break;
case 'resource':