CHANGE_RES_MSG

This commit is contained in:
VENKATESHWARAN 2026-05-22 18:38:57 +05:30
parent 14e7846d5b
commit 519aacf574

View File

@ -147,7 +147,7 @@ class SamlController extends BaseController
'code' => 404,
'data' => '',
'post_enrollment' => ['status' => 'failed', 'code' => 404, 'data' => ''],
'message' => 'SAML not configured for this domain',
'message' => 'This email is not configured with Microsoft. Please try other login options.',
]);
}