work on login flow

This commit is contained in:
2023-07-23 16:04:49 -07:00
parent 13457ec125
commit 7addce60bb
39 changed files with 1499 additions and 175 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
indent_size = 4
indent_style = tab
[*.{yaml,yml,md,json,jsonc}]
indent_size = 2
indent_style = space