From e92a5f894aba4169f3efebc51515f7b3d805763d Mon Sep 17 00:00:00 2001 From: Pierre Leroux Date: Wed, 2 Dec 2020 00:23:22 +0100 Subject: [PATCH] new login page without bootstrap --- src/main/redux/sagas/auth.ts | 230 ++++++++++++++++++++++++++--------- 1 file changed, 170 insertions(+), 60 deletions(-) diff --git a/src/main/redux/sagas/auth.ts b/src/main/redux/sagas/auth.ts index 43fa7688d..fdc4a280b 100644 --- a/src/main/redux/sagas/auth.ts +++ b/src/main/redux/sagas/auth.ts @@ -610,87 +610,197 @@ const htmlLoginTemplate = (urlToSubmit: string = "", loginLabel = "login", passL Sign in - - - -
- ${logoUrl ? `login logo` : ``} - ${title ? `

${title}

` : ``} - -

Please sign in

- - - - - - +
- - - + `;