fix and complete auth ui

This commit is contained in:
Shahrad Elahi
2023-11-04 08:39:13 +03:30
parent ece632f7bb
commit cfaa98fea9
11 changed files with 191 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"printWidth": 120,
"jsxBracketSameLine": true,
"overrides": [
{