mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-23 02:04:46 +02:00
[Web] fix identity_provider ArgumentCountError
This commit is contained in:
parent
a3af2d8392
commit
ffbf1758e0
@ -2097,7 +2097,7 @@ function uuid4() {
|
|||||||
|
|
||||||
return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));
|
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 $pdo;
|
||||||
global $iam_provider;
|
global $iam_provider;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user