From 6801d6bb13f9b6b6b3135005509f2a039d9a91aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pr=C3=A9vost?= Date: Fri, 4 Oct 2024 15:34:18 -0400 Subject: [PATCH] Add CA dcDomain Zoho provider --- src/clients/zoho/provider/Zoho.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clients/zoho/provider/Zoho.php b/src/clients/zoho/provider/Zoho.php index 3aa9374..c11aa67 100644 --- a/src/clients/zoho/provider/Zoho.php +++ b/src/clients/zoho/provider/Zoho.php @@ -26,6 +26,7 @@ class Zoho extends AbstractProvider 'IN' => 'https://accounts.zoho.in', 'CN' => 'https://accounts.zoho.com.cn', 'JP' => 'https://accounts.zoho.jp', + 'CA' => 'https://accounts.zohocloud.ca', ]; /**