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

[Web] fix identity_provider ArgumentCountError

This commit is contained in:
FreddleSpl0it
2024-02-26 13:40:34 +01:00
parent a3af2d8392
commit ffbf1758e0

View File

@@ -2097,7 +2097,7 @@ function uuid4() {
return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));
}
function identity_provider($_action, $_data = null, $_extra = null) {
function identity_provider($_action = null, $_data = null, $_extra = null) {
global $pdo;
global $iam_provider;