@absolutejs/auth 0.49.0 → 0.49.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/cli/migrate.js +2 -2
- package/dist/cli/migrate.js.map +2 -2
- package/dist/htmx/index.js +2 -2
- package/dist/htmx/index.js.map +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/dist/providers/index.js +2 -2
- package/dist/providers/index.js.map +2 -2
- package/package.json +2 -2
package/dist/cli/migrate.js
CHANGED
|
@@ -1122,7 +1122,7 @@ var providers = defineProviders({
|
|
|
1122
1122
|
}
|
|
1123
1123
|
},
|
|
1124
1124
|
gohighlevel: {
|
|
1125
|
-
authorizationUrl: "https://marketplace.gohighlevel.com/oauth/chooselocation",
|
|
1125
|
+
authorizationUrl: "https://marketplace.gohighlevel.com/v2/oauth/chooselocation",
|
|
1126
1126
|
isOIDC: false,
|
|
1127
1127
|
isRefreshable: true,
|
|
1128
1128
|
profileRequest: {
|
|
@@ -3212,5 +3212,5 @@ var main = async () => {
|
|
|
3212
3212
|
};
|
|
3213
3213
|
await main();
|
|
3214
3214
|
|
|
3215
|
-
//# debugId=
|
|
3215
|
+
//# debugId=7E09A52D06F8387F64756E2164756E21
|
|
3216
3216
|
//# sourceMappingURL=migrate.js.map
|