From b0eab5058bc9ccc882c8c8a699bb02584125aa34 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Aug 2022 00:09:35 +0530 Subject: [PATCH] Fleshed out the authentication dialog completely --- src/components/AuthenticationModal.vue | 134 ++++++++++++++++++------- src/translations/en.json | 4 + 2 files changed, 101 insertions(+), 37 deletions(-) diff --git a/src/components/AuthenticationModal.vue b/src/components/AuthenticationModal.vue index 6f889ff..3ad1e57 100644 --- a/src/components/AuthenticationModal.vue +++ b/src/components/AuthenticationModal.vue @@ -1,44 +1,76 @@