Skip to content

Commit

Permalink
Merge pull request #84 from iSouvikKhan/feature/placeholder
Browse files Browse the repository at this point in the history
added placeholder
  • Loading branch information
hkirat authored Sep 8, 2024
2 parents 433aeb3 + 3a851ef commit d8285df
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 36 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export const authOptions = {
CredentialsProvider({
name: "Credentials",
credentials: {
username: { label: "email", type: "text", placeholder: "" },
password: { label: "password", type: "password", placeholder: "" },
username: { label: "email", type: "text", placeholder: "[email protected]" },
password: { label: "password", type: "password", placeholder: "********" },
},
async authorize(credentials: any) {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "latest"
"turbo": "^2.0.12"
},
"engines": {
"node": ">=18"
Expand Down
61 changes: 29 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"globalDependencies": [
"**/.env.*local"
],
"pipeline": {
"tasks": {
"build": {
"dependsOn": [
"^build"
Expand Down

0 comments on commit d8285df

Please sign in to comment.