Skip to content

Commit 030fc48

Browse files
feat: add signIn and signUp components
2 parents 7cacf86 + 8c2c1dc commit 030fc48

12 files changed

Lines changed: 1038 additions & 141 deletions

File tree

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export default defineConfig([
99
globalIgnores(['dist']),
1010
{
1111
files: ['**/*.{ts,tsx}'],
12+
rules: {
13+
"@typescript-eslint/no-explicit-any": "off"
14+
},
1215
extends: [
1316
js.configs.recommended,
1417
tseslint.configs.recommended,

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>mod-auth</title>
7+
<title>Autenticação</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)