WIP Auth redesign.

This commit is contained in:
2019-03-07 23:39:24 -06:00
parent 6bc094f515
commit b23d3d36af
18 changed files with 188 additions and 51 deletions

View File

@@ -13,6 +13,7 @@
"indent": [true, "spaces", 2],
"interface-name": false,
"ordered-imports": false,
"one-line": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false,
"trailing-comma": [true, {"multiline": "never", "singleline": "never" }]