From ab543c8451dbe6e6399fde4941debfc1420934bf Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 13 Mar 2019 20:19:50 +0100 Subject: [PATCH] [Fix] Properly escape password --- bower.json | 2 +- strolch-wc-auth.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 0deb5f2..0bad5ce 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-auth", "description": "Strolch WebComponent Auth", - "version": "0.7.1", + "version": "0.7.2", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-auth.html b/strolch-wc-auth.html index 3183d85..b3655a5 100644 --- a/strolch-wc-auth.html +++ b/strolch-wc-auth.html @@ -200,9 +200,6 @@ type: String, value: './locales.json' }, - passwordEncoding: { - type: String - }, appTitle: { type: String