We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9f34e commit 44e5da6Copy full SHA for 44e5da6
.env
@@ -21,8 +21,6 @@ FIRST_SUPERUSER_PASSWORD=admin
21
22
GOOGLE_CLIENT_ID=
23
GOOGLE_CLIENT_SECRET=
24
-FACEBOOK_CLIENT_ID=
25
-FACEBOOK_CLIENT_SECRET=
26
# HOSTNAME used to build google redirect uri. Should point to backend
27
SSO_CALLBACK_HOSTNAME=http://localhost
28
# Callback URL we redirect to after google login. Should point to frontend/sso-login-callback
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Run black
57
uses: psf/black@stable
58
with:
59
- use_pyproject: true
+ options: "--config ./pyproject.toml"
60
61
test-backend:
62
name: Run backend unit tests
0 commit comments