[go: nahoru, domu]

Skip to content

Commit

Permalink
correccion initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
fra-zelada committed Nov 24, 2022
1 parent fe260bd commit dcb1261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ GITHUB_ID=3b6a92ff9fa9cc69c19a
GITHUB_SECRET=ef9bc0f5c157ce6de7dc9c0fc067b74832190f46
GOOGLE_CLIENT_ID=510397002554-gjmlrqudb2kuetegtvmtvrbgf9rp373j.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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
NEXTAUTH_SECRET=palabrasecretaxd
NEXTAUTH_SECRET=palabrasecretaxd
NEXTAUTH_URL=http://localhost:3000
4 changes: 2 additions & 2 deletions src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const Login: FC<Props> = ({ providers, csrfToken, error: errorCode = "" }) => {

const [loginForm, setLoginForm] = useState({
csrfToken,
username: "francisco@gmail.com",
password: "pass",
username: "",
password: "",
});
const { username, password } = loginForm;

Expand Down

0 comments on commit dcb1261

Please sign in to comment.