Skip to content

Commit

Permalink
frontend update
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Nov 30, 2023
1 parent 771b719 commit 62b8c06
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"dsznajder.es7-react-js-snippets",
"burkeholland.simple-react-snippets",
"wallabyjs.console-ninja",
"rangav.vscode-thunder-client",
"wayou.vscode-todo-highlight",
"gruntfuggly.todo-tree",
"formulahendry.auto-complete-tag",
"mgmcdermott.vscode-language-babel",
"ecmel.vscode-html-css",
"xabikos.javascriptsnippets",
"ms-vscode.vscode-typescript-next",
"bierner.markdown-preview-github-styles",
"cardinal90.multi-cursor-case-preserve",
"bradlc.vscode-tailwindcss",
"philippbo.vstoolkit"
]
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"dsznajder.es7-react-js-snippets",
"burkeholland.simple-react-snippets",
"wallabyjs.console-ninja",
"rangav.vscode-thunder-client",
"wayou.vscode-todo-highlight",
"gruntfuggly.todo-tree",
"formulahendry.auto-complete-tag",
"mgmcdermott.vscode-language-babel",
"ecmel.vscode-html-css",
"xabikos.javascriptsnippets",
"ms-vscode.vscode-typescript-next",
"bierner.markdown-preview-github-styles",
"cardinal90.multi-cursor-case-preserve",
"bradlc.vscode-tailwindcss",
"philippbo.vstoolkit",
"shyykoserhiy.vscode-spotify"
]
}
2 changes: 1 addition & 1 deletion src/components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import APIService from '../../utils/ApiService';
import { useLogin } from '../../providers/UserProvider';

/**
* The login page component
* The login component
*/
function Login() {
const [name, setName] = useState('');
Expand Down

0 comments on commit 62b8c06

Please sign in to comment.