From bc90883f1a5e9c4ecb76ae358734b85be515af7f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 30 Apr 2020 15:03:09 +0200 Subject: [PATCH] Handle external login errors --- client/src/app/login/login.component.html | 10 +++-- client/src/app/login/login.component.scss | 9 ++-- client/src/app/login/login.component.ts | 7 ++++ server/lib/auth.ts | 18 +++++--- server/lib/client-html.ts | 2 +- server/lib/plugins/register-helpers-store.ts | 4 +- server/models/server/plugin.ts | 44 +++++++++++++------- 7 files changed, 61 insertions(+), 33 deletions(-) diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index b0639d8ca..a935c86c3 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html @@ -3,7 +3,11 @@ Login - +
+ Sorry but there was an issue with the external login process. Please contact an administrator. +
+ +