@budibase/server 2.7.7-alpha.0 → 2.7.7-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automation.js +4 -4
- package/dist/automation.js.map +3 -3
- package/dist/index.js +4 -4
- package/dist/index.js.map +3 -3
- package/dist/query.js +2 -2
- package/dist/query.js.map +3 -3
- package/package.json +8 -8
package/dist/query.js
CHANGED
|
@@ -11507,8 +11507,8 @@ async function postAuth(passport2, ctx, next) {
|
|
|
11507
11507
|
{ successRedirect: "/", failureRedirect: "/error" },
|
|
11508
11508
|
async (err, tokens) => {
|
|
11509
11509
|
const baseUrl = `/builder/app/${authStateCookie.appId}/data`;
|
|
11510
|
-
const id =
|
|
11511
|
-
await
|
|
11510
|
+
const id = newid();
|
|
11511
|
+
await store(
|
|
11512
11512
|
`datasource:creation:${authStateCookie.appId}:google:${id}`,
|
|
11513
11513
|
{
|
|
11514
11514
|
tokens
|