From 39f3a433dba3e4be8cbaedbbfb2cbdfa621203c3 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Wed, 23 Dec 2020 23:59:03 +0200 Subject: [PATCH] fix(frontend): displays app author only if present --- frontend/src/AppAuth.vue | 89 ++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 53 deletions(-) diff --git a/frontend/src/AppAuth.vue b/frontend/src/AppAuth.vue index b9eee68e8..53b51be84 100644 --- a/frontend/src/AppAuth.vue +++ b/frontend/src/AppAuth.vue @@ -3,31 +3,17 @@ - Err: {{ error }} : {{ errorMessage }} // Local: {{ hasLocalStrategy }} - - - + + - + -

+

Signing in to {{ app.name }} -    @@ -36,16 +22,17 @@

You need to sign in first -
to authorize {{ app.name }} - by - {{ app.author }}. + + by + {{ app.author }}. +

@@ -54,9 +41,8 @@