Formatting to address feedback from prettier
single quotes not double Signed-off-by: jolies93 <64967243+jolies93@users.noreply.github.com>
This commit is contained in:
@@ -46,11 +46,11 @@ auth:
|
||||
development:
|
||||
clientId: ${AUTH_ATLASSIAN_CLIENT_ID}
|
||||
clientSecret: ${AUTH_ATLASSIAN_CLIENT_SECRET}
|
||||
audience: "https://api.atlassian.com"
|
||||
callbackUrl: "https://backstage.example.com/api/auth/atlassian/handler/frame"
|
||||
audience: 'https://api.atlassian.com'
|
||||
callbackUrl: 'https://backstage.example.com/api/auth/atlassian/handler/frame'
|
||||
additionalScopes:
|
||||
- "read:jira-user"
|
||||
- "read:jira-work"
|
||||
- 'read:jira-user'
|
||||
- 'read:jira-work'
|
||||
signIn:
|
||||
resolvers:
|
||||
# See https://backstage.io/docs/auth/atlassian/provider#resolvers for more resolvers
|
||||
|
||||
Reference in New Issue
Block a user