@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/automation.js
CHANGED
|
@@ -9810,8 +9810,8 @@ async function postAuth(passport2, ctx, next) {
|
|
|
9810
9810
|
{ successRedirect: "/", failureRedirect: "/error" },
|
|
9811
9811
|
async (err, tokens) => {
|
|
9812
9812
|
const baseUrl = `/builder/app/${authStateCookie.appId}/data`;
|
|
9813
|
-
const id =
|
|
9814
|
-
await
|
|
9813
|
+
const id = newid();
|
|
9814
|
+
await store(
|
|
9815
9815
|
`datasource:creation:${authStateCookie.appId}:google:${id}`,
|
|
9816
9816
|
{
|
|
9817
9817
|
tokens
|
|
@@ -9826,10 +9826,10 @@ var init_google2 = __esm({
|
|
|
9826
9826
|
"../backend-core/src/middleware/passport/datasource/google.ts"() {
|
|
9827
9827
|
init_google();
|
|
9828
9828
|
init_constants2();
|
|
9829
|
-
init_utils5();
|
|
9830
9829
|
init_configs3();
|
|
9830
|
+
init_cache();
|
|
9831
|
+
init_utils5();
|
|
9831
9832
|
init_sso2();
|
|
9832
|
-
init_src2();
|
|
9833
9833
|
GoogleStrategy2 = require("passport-google-oauth").OAuth2Strategy;
|
|
9834
9834
|
}
|
|
9835
9835
|
});
|