Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
@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