Update core smartproc

This commit is contained in:
Titan Hadiyan
2023-05-29 10:48:07 +07:00
parent fc7a97585a
commit e577788c80
36 changed files with 1303 additions and 348 deletions

View File

@@ -74,7 +74,7 @@ const router = new createRouter({
meta: {
requiresAuth: false,
layout: simpleLayout,
title: "Sign In"
title: "Log In"
},
component: loadView("login-form")
},
@@ -84,8 +84,9 @@ const router = new createRouter({
meta: {
requiresAuth: false,
layout: simpleLayout,
title: "Reset Password",
description: "Please enter the email address that you used to register, and we will send you a link to reset your password via Email."
title: "Lupa Password",
//description: "Please enter the email address that you used to register, and we will send you a link to reset your password via Email."
description: "Silahkan isi alamat email terdaftar, kami akan mengirim link untuk melakukan reset password."
},
component: loadView("reset-password-form")
},