Skip to content

Commit

Permalink
chore: remove default val from NODE_ENV, misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 27, 2023
1 parent 8585ddf commit 00c9eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/consent/app/login/phone/server-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const sendPhoneCode = async (
}
status?: number
} | null

try {
res = await authApi.requestPhoneCode(
phone,
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# REPLACE THIS IT IS FOR TESTING
NEXTAUTH_URL=https://39a0-2405-201-301c-5b67-8cea-1030-d56-e0b3.ngrok-free.app
NEXTAUTH_URL=http://localhost:3001
NEXTAUTH_SECRET="thisismysecret"
# 2db7666c39074da4b399e8b5116ef2c6
# 2cc1869e52ad47df848a6519b63bb4f4

0 comments on commit 00c9eb6

Please sign in to comment.