[Fix] Properly escape password

This commit is contained in:
Robert von Burg 2019-03-13 20:19:50 +01:00
parent 05735b2a76
commit ab543c8451
2 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "strolch-wc-auth", "name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth", "description": "Strolch WebComponent Auth",
"version": "0.7.1", "version": "0.7.2",
"authors": ["Robert von Burg"], "authors": ["Robert von Burg"],
"keywords": [ "keywords": [
"strolch", "strolch",

View File

@ -200,9 +200,6 @@
type: String, type: String,
value: './locales.json' value: './locales.json'
}, },
passwordEncoding: {
type: String
},
appTitle: { appTitle: {
type: String type: String