@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/index.js
CHANGED
|
@@ -872,7 +872,7 @@ var providers = defineProviders({
|
|
|
872
872
|
}
|
|
873
873
|
},
|
|
874
874
|
gohighlevel: {
|
|
875
|
-
authorizationUrl: "https://marketplace.gohighlevel.com/oauth/chooselocation",
|
|
875
|
+
authorizationUrl: "https://marketplace.gohighlevel.com/v2/oauth/chooselocation",
|
|
876
876
|
isOIDC: false,
|
|
877
877
|
isRefreshable: true,
|
|
878
878
|
profileRequest: {
|
|
@@ -27891,5 +27891,5 @@ export {
|
|
|
27891
27891
|
AuthIdentityConflictError
|
|
27892
27892
|
};
|
|
27893
27893
|
|
|
27894
|
-
//# debugId=
|
|
27894
|
+
//# debugId=6450325D0F63523964756E2164756E21
|
|
27895
27895
|
//# sourceMappingURL=index.js.map
|