|
|
@@ -512,7 +512,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
512
|
512
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm-bundler.js");
|
|
513
|
513
|
|
|
514
|
514
|
|
|
515
|
|
-var _hoisted_1 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("span", null, "Reset Password", -1
|
|
|
515
|
+var _hoisted_1 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("span", null, "Reset Kata Sandi", -1
|
|
516
|
516
|
/* HOISTED */
|
|
517
|
517
|
);
|
|
518
|
518
|
|
|
|
@@ -522,7 +522,7 @@ var _hoisted_3 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementV
|
|
522
|
522
|
/* HOISTED */
|
|
523
|
523
|
);
|
|
524
|
524
|
|
|
525
|
|
-var _hoisted_4 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("span", null, "Tulis Password baru untuk login", -1
|
|
|
525
|
+var _hoisted_4 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementVNode)("span", null, "Tulis Kata Sandi baru untuk login", -1
|
|
526
|
526
|
/* HOISTED */
|
|
527
|
527
|
);
|
|
528
|
528
|
|
|
|
@@ -530,7 +530,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
530
|
530
|
var _component_Button = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("Button");
|
|
531
|
531
|
|
|
532
|
532
|
return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createElementBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)($setup["Head"], {
|
|
533
|
|
- title: "Reset Password"
|
|
|
533
|
+ title: "Reset Kata Sandi"
|
|
534
|
534
|
}), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)($setup["AuthLayout"], null, {
|
|
535
|
535
|
header: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () {
|
|
536
|
536
|
return [_hoisted_1, _hoisted_2, _hoisted_3, _hoisted_4];
|
|
|
@@ -551,8 +551,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
551
|
551
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = function ($event) {
|
|
552
|
552
|
return $setup.form.password = $event;
|
|
553
|
553
|
}),
|
|
554
|
|
- label: "Password",
|
|
555
|
|
- placeholder: "password",
|
|
|
554
|
+ label: "Kata Sandi",
|
|
|
555
|
+ placeholder: "kata sandi",
|
|
556
|
556
|
error: $setup.form.errors.password
|
|
557
|
557
|
}, null, 8
|
|
558
|
558
|
/* PROPS */
|
|
|
@@ -561,14 +561,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
561
|
561
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = function ($event) {
|
|
562
|
562
|
return $setup.form.password_confirmation = $event;
|
|
563
|
563
|
}),
|
|
564
|
|
- label: "konfirmasi password",
|
|
565
|
|
- placeholder: "konfirmasi password",
|
|
|
564
|
+ label: "Konfirmasi Kata Sandi",
|
|
|
565
|
+ placeholder: "konfirmasi kata sandi",
|
|
566
|
566
|
error: $setup.form.errors.password_confirmation
|
|
567
|
567
|
}, null, 8
|
|
568
|
568
|
/* PROPS */
|
|
569
|
569
|
, ["modelValue", "error"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_Button, {
|
|
570
|
570
|
onClick: $setup.onSubmit,
|
|
571
|
|
- label: "Reset Password",
|
|
|
571
|
+ label: "Reset Kata Sandi",
|
|
572
|
572
|
disabled: $setup.form.processing,
|
|
573
|
573
|
"class": "w-full p-3 text-xl"
|
|
574
|
574
|
}, null, 8
|