mirror of https://github.com/itflow-org/itflow
Wording Updates Azure to Entra
This commit is contained in:
parent
a6a94e3ccd
commit
881f498237
|
|
@ -123,7 +123,7 @@ if (isset($_POST['code']) && $_POST['state'] == session_id()) {
|
|||
|
||||
} else {
|
||||
|
||||
$_SESSION['login_message'] = 'Something went wrong with logging you in: Your account is not configured for Azure SSO. Please ensure you are setup in ITFlow as a contact and have Azure SSO configured.';
|
||||
$_SESSION['login_message'] = 'Something went wrong with logging you in: Your account is not configured for Entra SSO. Please ensure you are setup in ITFlow as a contact and have Entra SSO configured.';
|
||||
|
||||
header("Location: index.php");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue