Skip to content

Commit

Permalink
Cambio de credenciales
Browse files Browse the repository at this point in the history
  • Loading branch information
StoicSilver committed Oct 7, 2024
1 parent 328d09b commit b41e14a
Show file tree
Hide file tree
Showing 40 changed files with 123 additions and 2,535 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ NEXT_PUBLIC_API_URL=http://localhost:8000

# Auth0 env variables
#COMPLETAR:
NEXT_PUBLIC_AUTH0_CLIENT_ID=15sdejCzUFK03CrkNMeJJTVYxsajbth0
NEXT_PUBLIC_AUTH0_DOMAIN=dev-pposjm7jmfxhpepv.us.auth0.com
NEXT_PUBLIC_AUTH0_CLIENT_ID=Zi4TiG3XpotGLAwVWntv0Pu7lHDOBEOz
NEXT_PUBLIC_AUTH0_DOMAIN=dev-7w1no2zl1opt24if.us.auth0.com
NEXT_PUBLIC_LOGIN_REDIRECT_URL=http://localhost:3000/post/CreateProperty
NEXT_PUBLIC_LOGOUT_REDIRECT_URL=http://localhost:3000

15 changes: 0 additions & 15 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/login": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/login.js"
],
"/post/CreateProperty": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/post/CreateProperty.js"
],
"/unauthorized": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/unauthorized.js"
]
},
"ampFirstPages": []
Expand Down
Binary file modified .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/edge-server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/edge-server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/edge-server-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
52 changes: 26 additions & 26 deletions .next/server/pages/unauthorized.js → .next/server/_error.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/server/edge-runtime-webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("53465e4136b4398d")
/******/ __webpack_require__.h = () => ("fb400913cee1bc45")
/******/ })();
/******/
/******/ /* webpack/runtime/global */
Expand Down
2 changes: 1 addition & 1 deletion .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/unauthorized": "pages/unauthorized.js",
"/login": "pages/login.js",
"/post/CreateProperty": "pages/post/CreateProperty.js"
"/_document": "pages/_document.js"
}
14 changes: 7 additions & 7 deletions .next/server/pages/_app.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .next/server/pages/_document.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .next/server/pages/_error.js

Large diffs are not rendered by default.

813 changes: 0 additions & 813 deletions .next/server/pages/login.js

This file was deleted.

1,132 changes: 0 additions & 1,132 deletions .next/server/pages/post/CreateProperty.js

This file was deleted.

12 changes: 6 additions & 6 deletions .next/server/src/middleware.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 0 additions & 69 deletions .next/server/webpack-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,75 +44,6 @@
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/async module */
/******/ (() => {
/******/ var webpackQueues = typeof Symbol === "function" ? Symbol("webpack queues") : "__webpack_queues__";
/******/ var webpackExports = typeof Symbol === "function" ? Symbol("webpack exports") : "__webpack_exports__";
/******/ var webpackError = typeof Symbol === "function" ? Symbol("webpack error") : "__webpack_error__";
/******/ var resolveQueue = (queue) => {
/******/ if(queue && !queue.d) {
/******/ queue.d = 1;
/******/ queue.forEach((fn) => (fn.r--));
/******/ queue.forEach((fn) => (fn.r-- ? fn.r++ : fn()));
/******/ }
/******/ }
/******/ var wrapDeps = (deps) => (deps.map((dep) => {
/******/ if(dep !== null && typeof dep === "object") {
/******/ if(dep[webpackQueues]) return dep;
/******/ if(dep.then) {
/******/ var queue = [];
/******/ queue.d = 0;
/******/ dep.then((r) => {
/******/ obj[webpackExports] = r;
/******/ resolveQueue(queue);
/******/ }, (e) => {
/******/ obj[webpackError] = e;
/******/ resolveQueue(queue);
/******/ });
/******/ var obj = {};
/******/ obj[webpackQueues] = (fn) => (fn(queue));
/******/ return obj;
/******/ }
/******/ }
/******/ var ret = {};
/******/ ret[webpackQueues] = x => {};
/******/ ret[webpackExports] = dep;
/******/ return ret;
/******/ }));
/******/ __webpack_require__.a = (module, body, hasAwait) => {
/******/ var queue;
/******/ hasAwait && ((queue = []).d = 1);
/******/ var depQueues = new Set();
/******/ var exports = module.exports;
/******/ var currentDeps;
/******/ var outerResolve;
/******/ var reject;
/******/ var promise = new Promise((resolve, rej) => {
/******/ reject = rej;
/******/ outerResolve = resolve;
/******/ });
/******/ promise[webpackExports] = exports;
/******/ promise[webpackQueues] = (fn) => (queue && fn(queue), depQueues.forEach(fn), promise["catch"](x => {}));
/******/ module.exports = promise;
/******/ body((deps) => {
/******/ currentDeps = wrapDeps(deps);
/******/ var fn;
/******/ var getResult = () => (currentDeps.map((d) => {
/******/ if(d[webpackError]) throw d[webpackError];
/******/ return d[webpackExports];
/******/ }))
/******/ var promise = new Promise((resolve) => {
/******/ fn = () => (resolve(getResult));
/******/ fn.r = 0;
/******/ var fnQueue = (q) => (q !== queue && !depQueues.has(q) && (depQueues.add(q), q && !q.d && (fn.r++, q.push(fn))));
/******/ currentDeps.map((dep) => (dep[webpackQueues](fnQueue)));
/******/ });
/******/ return fn.r ? promise : getResult();
/******/ }, (err) => ((err ? reject(promise[webpackError] = err) : outerResolve(exports)), resolveQueue(queue)));
/******/ queue && (queue.d = 0);
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ // getDefaultExport function for compatibility with non-harmony modules
Expand Down
Loading

0 comments on commit b41e14a

Please sign in to comment.