Update core smartproc
This commit is contained in:
@@ -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")
|
||||
},
|
||||
|
Reference in New Issue
Block a user