mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-19 15:56:05 +01:00
.
This commit is contained in:
@@ -140,7 +140,7 @@ SOCIAL_AUTH_GITHUB_SCOPE = ['read:user', 'user:email']
|
|||||||
|
|
||||||
LOGIN_REDIRECT_URL = '/app'
|
LOGIN_REDIRECT_URL = '/app'
|
||||||
|
|
||||||
APP_DIST_PATH = BASE_DIR / 'app-dist'
|
APP_DIST_PATH = os.getenv('APP_DIST_PATH', BASE_DIR / 'app-dist')
|
||||||
|
|
||||||
for key in [
|
for key in [
|
||||||
'SOCIAL_AUTH_GITHUB_KEY',
|
'SOCIAL_AUTH_GITHUB_KEY',
|
||||||
|
|||||||
Reference in New Issue
Block a user