From 71bcd22444ee4bde8b6a2164889216e87084682c Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Mon, 14 Aug 2023 21:11:25 +0530 Subject: [PATCH] feat: allow platforms to define additional entries in the login dialog --- .../src/components/firebase/Login.vue | 18 +++++++++++++++++- .../hoppscotch-common/src/platform/auth.ts | 14 ++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/packages/hoppscotch-common/src/components/firebase/Login.vue b/packages/hoppscotch-common/src/components/firebase/Login.vue index 127bf7066..6e95b563c 100644 --- a/packages/hoppscotch-common/src/components/firebase/Login.vue +++ b/packages/hoppscotch-common/src/components/firebase/Login.vue @@ -31,6 +31,14 @@ :label="`${t('auth.continue_with_email')}`" @click="mode = 'email'" /> + +