Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: report description in more compact form #13

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

cometkim
Copy link
Contributor

before:

Error: Errors found while parsing environment:
  [AUTH0_ISSUER]:
    This field is required.
    (received undefined)
  
  Description of [AUTH0_ISSUER]: Base URL with Auth0 Domain

  [AUTH0_CLIENT_ID]:
    This field is required.
    (received undefined)
  
  Description of [AUTH0_CLIENT_ID]: Auth0 Client ID

  [AUTH0_CLIENT_SECRET]:
    This field is required.
    (received undefined)
  
  Description of [AUTH0_CLIENT_SECRET]: Auth0 client secret

after:

Error: Errors found while parsing environment:
  [AUTH0_ISSUER]: Base URL with Auth0 Domain
    This field is required.
    (received undefined)

  [AUTH0_CLIENT_ID]: Auth0 Client ID
    This field is required.
    (received undefined)

  [AUTH0_CLIENT_SECRET]: Auth0 client secret
    This field is required.
    (received undefined)

@lostfictions lostfictions merged commit b1e0cb6 into lostfictions:master Nov 14, 2023
3 checks passed
@lostfictions
Copy link
Owner

Good idea, thanks for the contribution!

@cometkim cometkim deleted the compact-desc branch November 17, 2023 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants