mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
implement more provider stuff
This commit is contained in:
@ -1314,6 +1314,7 @@ HEADLESS_FRONTEND_URLS = {
|
||||
'account_reset_password': 'http://localhost:8000/password-reset',
|
||||
'account_reset_password_from_key': 'http://localhost:8000/password-reset-key/{key}', # noqa: RUF027
|
||||
'account_signup': 'http://localhost:8000/signup',
|
||||
'socialaccount_login_error': 'http://localhost:8000/social-login-error',
|
||||
}
|
||||
HEADLESS_ONLY = True
|
||||
HEADLESS_TOKEN_STRATEGY = 'InvenTree.auth_overrides.DRFTokenStrategy'
|
||||
|
Reference in New Issue
Block a user