From bf40995b16fb865c7cefa4e0a2b1fd3c9f5cc11c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 2 Sep 2018 19:29:38 +0200 Subject: [PATCH] Show an error when invalid client id or redirect uri (#1620) --- src/auth/ha-auth-flow.js | 25 ++++++++++++++++++++----- src/auth/ha-authorize.js | 4 ++++ 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/src/auth/ha-auth-flow.js b/src/auth/ha-auth-flow.js index 36333b3fd0..e50a3b8ba2 100644 --- a/src/auth/ha-auth-flow.js +++ b/src/auth/ha-auth-flow.js @@ -16,13 +16,16 @@ class HaAuthFlow extends LocalizeLiteMixin(PolymerElement) { margin: 24px 0 8px; text-align: center; } + .error { + color: red; + }