|
|
@@ -417,7 +417,7 @@ const firstLoginTipsRef = ref()
|
|
|
</el-card>
|
|
|
<el-card class="login-card" v-else-if="status === 'reset'">
|
|
|
<div class="card-title" :class="{ 'is-dark': themeStore.theme === 'dark' }">
|
|
|
- <span class="welcome">Password Retrieval</span>
|
|
|
+ <span class="welcome">Reset Password</span>
|
|
|
<span class="tips">We'll send your password to your email address.</span>
|
|
|
</div>
|
|
|
<div class="login-form">
|
|
|
@@ -457,7 +457,7 @@ const firstLoginTipsRef = ref()
|
|
|
<div class="error" v-if="loginError.email">Incorrect email. Please try again.</div>
|
|
|
|
|
|
<el-button @click="handleVerification" class="el-button--dark login-btn"
|
|
|
- >Send Password</el-button
|
|
|
+ >Send Reset Link</el-button
|
|
|
>
|
|
|
<div @click="backLogin(false)" class="back-text">
|
|
|
<span class="font_family icon-icon_back_b"></span>
|