mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 04:46:40 +00:00
Fix: Extend Basic Auth compatibility with browsers
This commit is contained in:
@@ -439,7 +439,8 @@ export default function ResourceAuthenticationPage() {
|
||||
|
||||
api.post(`/resource/${resource.resourceId}/header-auth`, {
|
||||
user: null,
|
||||
password: null
|
||||
password: null,
|
||||
extendedCompatibility: null,
|
||||
})
|
||||
.then(() => {
|
||||
toast({
|
||||
|
||||
Reference in New Issue
Block a user