Merge branch 'master' of github.com:spotify/backstage into shmidt-i/scaffolder-flow-frontend

This commit is contained in:
Ivan Shmidt
2020-07-07 09:12:26 +02:00
13 changed files with 379 additions and 59 deletions
+4 -1
View File
@@ -31,7 +31,10 @@ const app = createApp({
plugins: Object.values(plugins),
components: {
SignInPage: props => (
<SignInPage {...props} providers={['guest', 'google', 'custom', 'okta']} />
<SignInPage
{...props}
providers={['guest', 'google', 'custom', 'okta', 'gitlab']}
/>
),
},
});