added handler for login

This commit is contained in:
Wenszel
2022-05-29 14:34:18 +02:00
parent ecc319b529
commit 9686276ece
12 changed files with 23967 additions and 336 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"jsxSingleQuote": true,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "es5",
"arrowParens": "avoid"
}