mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Fix angular dev auth api schema extension
This commit is contained in:
parent
0272904fc9
commit
fc4867a4c8
@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user