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

[Web] return idp instance after init

This commit is contained in:
FreddleSpl0it
2024-03-08 13:15:35 +01:00
parent ffbf1758e0
commit e1c3ad9fe8

View File

@@ -2111,6 +2111,7 @@ function identity_provider($_action = null, $_data = null, $_extra = null) {
return $iam_provider;
} else {
$iam_provider = identity_provider("init");
return $iam_provider;
}
break;
case 'get':