Skip to content

Commit 4964958

Browse files
committed
feat(next): Fixes #124 - Login & Register pages
1 parent 072f759 commit 4964958

32 files changed

Lines changed: 9222 additions & 391 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

saintBarthVolleyApp/frontend/.next/dev/cache/turbopack/0c06f068/LOG

Lines changed: 441 additions & 0 deletions
Large diffs are not rendered by default.

saintBarthVolleyApp/frontend/.next/dev/prerender-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"dynamicRoutes": {},
55
"notFoundRoutes": [],
66
"preview": {
7-
"previewModeId": "868255a2d42ab7f0ec8e5bd7a84189e1",
8-
"previewModeSigningKey": "51a0c8898367cc1a5add3ba9b2db8047310b3753d118366f5b345ec4a5f9445d",
9-
"previewModeEncryptionKey": "abe7863d476f5e68de406a0393da20c72e4e7cfbcaff140411b6bc2aa00d2575"
7+
"previewModeId": "217cbcd9c6af1a028f1ce51c02052d91",
8+
"previewModeSigningKey": "36c7f3b3eb56125580bf4095fee59bab07e30aee44d3e8ee80331570e9254105",
9+
"previewModeEncryptionKey": "d86d5993f348cb2b64f2f7dde287c0ac6303455b382f83a29043483575f99142"
1010
}
1111
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"/users/page": "app/users/page.js"
2+
"/_not-found/page": "app/_not-found/page.js",
3+
"/login/page": "app/login/page.js",
4+
"/register/page": "app/register/page.js",
5+
"/signup/page": "app/signup/page.js"
36
}

saintBarthVolleyApp/frontend/.next/dev/server/next-font-manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

saintBarthVolleyApp/frontend/.next/dev/server/next-font-manifest.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"app": {
3-
"[project]/src/app/users/page": [
3+
"[project]/src/app/_not-found/page": [
4+
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
5+
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
6+
],
7+
"[project]/src/app/login/page": [
8+
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
9+
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
10+
],
11+
"[project]/src/app/register/page": [
12+
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
13+
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
14+
],
15+
"[project]/src/app/signup/page": [
416
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
517
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
618
]

0 commit comments

Comments
 (0)