Resolve rejected Apple:
Add:
public/aset/logo/hiconnect.png
src/app/(support)/
src/app/api/helper/
Fix:
- bun.lock
- package.json
- src/app/api/auth/login/route.ts
- src/app/api/auth/resend/route.ts
- src/middleware.tsx
### No issue
This commit is contained in:
@@ -20,6 +20,7 @@ const CONFIG: MiddlewareConfig = {
|
||||
"/",
|
||||
"/.well-known/*",
|
||||
"/privacy-policy.html",
|
||||
"/api/helper/*",
|
||||
"/api/not-user/*",
|
||||
"/api/voting/*",
|
||||
"/api/collaboration/*",
|
||||
@@ -38,6 +39,8 @@ const CONFIG: MiddlewareConfig = {
|
||||
"/register",
|
||||
"/validasi",
|
||||
"/splash",
|
||||
"/support-center",
|
||||
"/delete-account",
|
||||
"/invalid-user",
|
||||
"/job-vacancy/*",
|
||||
"/preview-image",
|
||||
@@ -47,6 +50,7 @@ const CONFIG: MiddlewareConfig = {
|
||||
"/zCoba/*",
|
||||
"/aset/global/main_background.png",
|
||||
"/aset/logo/logo-hipmi.png",
|
||||
"/aset/logo/hiconnect.png",
|
||||
],
|
||||
encodedKey: process.env.NEXT_PUBLIC_BASE_TOKEN_KEY!,
|
||||
sessionKey: process.env.NEXT_PUBLIC_BASE_SESSION_KEY!,
|
||||
|
||||
Reference in New Issue
Block a user