Skip to content

Commit 66c02ca

Browse files
Merge pull request #701 from UtkarshAhuja2003/feat-zoho-icon
[Feat]: Zoho OAuth Provider Icon
2 parents 4041df9 + ba6ca2e commit 66c02ca

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

src/lib/stores/oauth-providers.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ const setProviders = (project: Models.Project): Provider[] => {
148148
case 'yandex':
149149
docs = 'https://tech.yandex.com/oauth/';
150150
break;
151+
case 'zoho':
152+
docs = 'https://www.zoho.com/accounts/protocol/oauth/sign-in-using-zoho.html';
153+
break;
151154
case 'zoom':
152155
docs = 'https://marketplace.zoom.us/docs/guides/auth/oauth/';
153156
break;

static/icons/dark/color/zoho.svg

Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

static/icons/light/color/zoho.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)