mirror of https://github.com/Budibase/budibase.git
5 changed files with 20 additions and 19 deletions
@ -1,15 +1,15 @@ |
|||
export const AUTH_TYPES = { |
|||
BEARER: "bearer", |
|||
BASIC: "basic", |
|||
BEARER: "bearer", |
|||
} |
|||
|
|||
export const AUTH_TYPE_LABELS = [ |
|||
{ |
|||
label: "Bearer Token", |
|||
value: AUTH_TYPES.BEARER, |
|||
}, |
|||
{ |
|||
label: "Basic Auth", |
|||
value: AUTH_TYPES.BASIC, |
|||
}, |
|||
{ |
|||
label: "Bearer Token", |
|||
value: AUTH_TYPES.BEARER, |
|||
}, |
|||
] |
|||
|
|||
Loading…
Reference in new issue