Skip to content

Commit

Permalink
fix: revert prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Nov 12, 2024
1 parent e598b97 commit 0f617ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/auth/src/features/authenticate/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ export async function generateAndSendVerificationCode(
logger.info(
`isDemoUser,
${JSON.stringify({
isDemoUser: isDemoUser
})}`
isDemoUser: isDemoUser
})}`
)
let verificationCode
if (isDemoUser) {
Expand All @@ -217,10 +217,10 @@ export async function generateAndSendVerificationCode(
logger.info(
`Sending a verification to,
${JSON.stringify({
mobile: mobile,
email: email,
verificationCode
})}`
mobile: mobile,
email: email,
verificationCode
})}`
)
} else {
if (isDemoUser) {
Expand Down

0 comments on commit 0f617ed

Please sign in to comment.