Skip to content

Commit 39010bb

Browse files
committed
added login with file
1 parent 3436d66 commit 39010bb

File tree

14 files changed

+1446
-1290
lines changed

14 files changed

+1446
-1290
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: sumithemmadi
3+
github: sumithemmadi
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.md
1+
*.md
2+
node_modules

.prettierrc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
{
2-
"singleQuote": true,
3-
"tabWidth": 4,
4-
"trailingComma": "all",
5-
"printWidth": 80
6-
}
1+
{}

0 commit comments

Comments
 (0)