From 146c73d7b6a07eda3b045d2fa2ddc0f854b8d263 Mon Sep 17 00:00:00 2001 From: Nivedin <53208152+nivedin@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:01:56 +0530 Subject: [PATCH] feat: github enterprise SSO provider addition (#3914) --- packages/hoppscotch-common/locales/en.json | 2 + .../src/components/firebase/Login.vue | 45 ++++++++++++++++--- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index a93843c80..f18d01fce 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -103,8 +103,10 @@ "auth": { "account_exists": "Account exists with different credential - Login to link both accounts", "all_sign_in_options": "All sign in options", + "continue_with_auth_provider": "Continue with {provider}", "continue_with_email": "Continue with Email", "continue_with_github": "Continue with GitHub", + "continue_with_github_enterprise": "Continue with GitHub Enterprise", "continue_with_google": "Continue with Google", "continue_with_microsoft": "Continue with Microsoft", "email": "Email", diff --git a/packages/hoppscotch-common/src/components/firebase/Login.vue b/packages/hoppscotch-common/src/components/firebase/Login.vue index a9cd44011..cc1eacac9 100644 --- a/packages/hoppscotch-common/src/components/firebase/Login.vue +++ b/packages/hoppscotch-common/src/components/firebase/Login.vue @@ -23,10 +23,10 @@ @click="provider.action" /> -