mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-19 12:51:29 +00:00
[Web] return idp instance after init
This commit is contained in:
@@ -2111,6 +2111,7 @@ function identity_provider($_action = null, $_data = null, $_extra = null) {
|
|||||||
return $iam_provider;
|
return $iam_provider;
|
||||||
} else {
|
} else {
|
||||||
$iam_provider = identity_provider("init");
|
$iam_provider = identity_provider("init");
|
||||||
|
return $iam_provider;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'get':
|
case 'get':
|
||||||
|
|||||||
Reference in New Issue
Block a user