1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-09 22:43:59 +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 002eef51e1
commit 1bb9f70b96
3 changed files with 11 additions and 20 deletions
+1 -1
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':