ouathcallback message

This commit is contained in:
Yuri Kuznetsov
2019-10-31 12:49:53 +02:00
parent 911a9f80de
commit 157bf87d40

View File

@@ -39,7 +39,6 @@ class OauthCallback extends \Espo\Core\EntryPoints\Base
public function run()
{
echo "EspoCRM rocks !!!";
echo "EspoCRM rocks! If this window is not closed automatically, it's probable that URL you use to access EspoCRM doesn't match URL specified at Administration > Settings > Site URL.";
}
}