Skip to content

Commit

Permalink
Merge pull request #136 from privacy-scaling-explorations/fix/code
Browse files Browse the repository at this point in the history
fix(ui): change bold text
  • Loading branch information
daodesigner authored Aug 1, 2023
2 parents de7f6cf + 3d7010a commit 54d3a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/phase2cli/src/commands/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export const onVerification = async (verification: Verification): Promise<void>
)} on this device to generate a new token and authenticate\n`
)

console.log(theme.colors.magenta(figlet.textSync(verification.user_code, { font: "ANSI Shadow" })), '\n')

console.log(theme.colors.magenta(figlet.textSync("Code is Below", { font: "ANSI Shadow" })), '\n')
console.log(
`${theme.symbols.info} Your auth code: ${theme.text.bold(verification.user_code)} has been copied to your clipboard (${theme.emojis.clipboard} ${
theme.symbols.success
Expand Down

0 comments on commit 54d3a31

Please sign in to comment.