From b2b0894b6db78ce33be5523fade6e78b22661bdf 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 9984601..e5d9c3a 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', ]; /**