Skip to content

Commit

Permalink
feat: Removed default user from bubbleio customization (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Apr 26, 2024
2 parents abf562e + 2edf74c commit 505602d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/api/src/app/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ export const CONSTANTS = {
"fileName": "{{fileName}}",
"extra": "{{extra}}"
}`,
BUBBLEIO_PROPS: {
user: '{{extra.userId}}',
},
BUBBLEIO_PROPS: {},
};

export const COOKIE_CONFIG: CookieOptions = {
Expand Down

0 comments on commit 505602d

Please sign in to comment.