feat: tambah dependensi 'jose' versi 5.9.2 pada package.json
refactor: rapikan identasi dan buat field 'expires' opsional di model UserSession pada schema prisma chore: bersihkan import tidak terpakai di route login dan register API
This commit is contained in:
@@ -127,7 +127,7 @@ export function Home_UiView({
|
||||
onClick={() => {
|
||||
if (dataUser.Profile === null) {
|
||||
return ComponentGlobal_NotifikasiPeringatan(
|
||||
"Lengkapi Data Profile"
|
||||
"Lengkapi Profile"
|
||||
);
|
||||
} else {
|
||||
if (e.link === "") {
|
||||
@@ -176,7 +176,7 @@ export function Home_UiView({
|
||||
onClick={() => {
|
||||
if (dataUser.Profile === null) {
|
||||
return ComponentGlobal_NotifikasiPeringatan(
|
||||
"Lengkapi Data Profile"
|
||||
"Lengkapi Profile"
|
||||
);
|
||||
} else {
|
||||
if (routePageJob.link === "") {
|
||||
|
||||
Reference in New Issue
Block a user