Update core smartproc
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
editor-type="dxTextBox"
|
||||
:editor-options="{ stylingMode: 'filled', placeholder: 'Email', mode: 'email' }"
|
||||
>
|
||||
<dx-required-rule message="Email is required" />
|
||||
<dx-email-rule message="Email is invalid" />
|
||||
<dx-required-rule message="Isi alamat email" />
|
||||
<dx-email-rule message="Alamat email tidak valid" />
|
||||
<dx-label :visible="false" />
|
||||
</dx-item>
|
||||
<dx-button-item>
|
||||
@@ -23,7 +23,7 @@
|
||||
<dx-item>
|
||||
<template #default>
|
||||
<div class="login-link">
|
||||
Return to <router-link to="/login-form">Sign In</router-link>
|
||||
Kembali <router-link to="/login-form">Log In</router-link>
|
||||
</div>
|
||||
</template>
|
||||
</dx-item>
|
||||
@@ -31,7 +31,7 @@
|
||||
<div>
|
||||
<span class="dx-button-text">
|
||||
<dx-load-indicator v-if="loading" width="24px" height="24px" :visible="true" />
|
||||
<span v-if="!loading">Reset my password</span>
|
||||
<span v-if="!loading">Reset password</span>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user