Prettier ^^

Signed-off-by: Suzanne Daniels <suzanned@spotify.com>
This commit is contained in:
Suzanne Daniels
2021-12-21 20:27:25 +01:00
parent f2bbca8dcf
commit 20b96aa6db
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -167,10 +167,10 @@ import { githubAuthApiRef } from '@backstage/core-plugin-api';
import { SignInProviderConfig, SignInPage } from '@backstage/core-components';
const githubProvider: SignInProviderConfig = {
id: 'github-auth-provider',
title: 'GitHub',
message: 'Sign in using GitHub',
apiRef: githubAuthApiRef,
id: 'github-auth-provider',
title: 'GitHub',
message: 'Sign in using GitHub',
apiRef: githubAuthApiRef,
};
```
+3 -3
View File
@@ -88,10 +88,10 @@ carry on with the database steps.
</p>
In the next part of this tutorial, you'll learn how to change to a persistent
database, configure authentication, and add your first integration. Continue
with [getting started: Configuring Backstage](configuration.md).
database, configure authentication, and add your first integration. Continue
with [getting started: Configuring Backstage](configuration.md).
Share your experiences, comments, or suggestions with us:
Share your experiences, comments, or suggestions with us:
[on discord](https://discord.gg/EBHEGzX), file issues for any
[feature](https://github.com/backstage/backstage/issues/new?labels=help+wanted&template=feature_template.md)
or