Skip to content

Commit

Permalink
style(ui): remove redundant )
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Oct 26, 2023
1 parent 13d5a58 commit 8bb9489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/phase2cli/src/commands/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const onVerification = async (verification: Verification): Promise<void>
console.log(
`${theme.symbols.info} Your auth code: ${theme.text.bold(
verification.user_code
)} ${message} ${theme.symbols.success})\n`
)} ${message} ${theme.symbols.success}\n`
)

const spinner = customSpinner(`Redirecting to Github...`, `clock`)
Expand Down

0 comments on commit 8bb9489

Please sign in to comment.