Merge branch 'feature/global-user-management' of https://github.com/Budibase/budibase into feature/global-user-management
This commit is contained in:
commit
ce55f99a0a
|
@ -3,7 +3,6 @@
|
|||
exports[`Authenticated middleware sets the correct APP auth type information when the user is not in the builder 1`] = `
|
||||
Object {
|
||||
"apiKey": "1234",
|
||||
"appId": "budibase:app:local",
|
||||
"role": Role {
|
||||
"_id": "ADMIN",
|
||||
"inherits": "POWER",
|
||||
|
@ -17,7 +16,6 @@ Object {
|
|||
exports[`Authenticated middleware sets the correct BUILDER auth type information when the x-budibase-type header is not 'client' 1`] = `
|
||||
Object {
|
||||
"apiKey": "1234",
|
||||
"appId": "budibase:builder:local",
|
||||
"role": Role {
|
||||
"_id": "BUILDER",
|
||||
"name": "Builder",
|
||||
|
|
Loading…
Reference in New Issue