=migrations https logic to new branch

This commit is contained in:
toban@dfds.com
2020-08-17 17:06:28 +02:00
parent 364d4b3d7a
commit b349720c75
7 changed files with 204 additions and 15 deletions
+3
View File
@@ -50,6 +50,9 @@
"auth/add-auth-provider": {
"title": "Adding authentication providers"
},
"auth/auth-backend-classes": {
"title": "auth/auth-backend-classes"
},
"auth/auth-backend": {
"title": "Auth backend"
},
+1 -1
View File
@@ -112,7 +112,7 @@ const Background = props => {
left: 0,
right: 0,
bottom: 0,
backgroundImage: `linear-gradient( to bottom, rgb(18, 18, 18), rgba(0, 0, 0, 0) ), url(../img/dot.svg);`,
backgroundImage: `linear-gradient( to bottom, rgb(18, 18, 18), rgba(0, 0, 0, 0) ), url(../img/dot.svg)`,
}}
/>
</div>