update perbaikan email
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m51s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 38s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-09 15:24:19 +07:00
parent 145bd5675f
commit 8a567280ae

View File

@@ -98,7 +98,7 @@ public function store(Request $request)
'email' => $request->email 'email' => $request->email
]); ]);
return response()->json([ return response()->json([
'message' => 'Something went wrong: ' . $th->getMessage(), 'message' => 'Something went wrong. Please contact the admin.',
], 403); ], 403);
} }
} }
@@ -279,7 +279,7 @@ public function businessSetup(Request $request)
} catch (\Throwable $th) { } catch (\Throwable $th) {
DB::rollBack(); DB::rollBack();
return response()->json([ return response()->json([
'message' => 'Something went wrong: ' . $th->getMessage(), 'message' => 'Something went wrong. Please contact the admin.',
], 403); ], 403);
} }
} }