mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-01 18:37:42 -05:00
Fix angular dev auth api schema extension
This commit is contained in:
@@ -10,8 +10,8 @@ class AngularApiAuthenticationOverrideScheme(OpenApiAuthenticationExtension):
|
||||
|
||||
def get_security_definition(self, auto_schema):
|
||||
return {
|
||||
"name": "Angular Authorization",
|
||||
"description": "Automatic Angular authentication for the dev server",
|
||||
"type": "http",
|
||||
"scheme": "basic",
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user