We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4b147 commit c8441cfCopy full SHA for c8441cf
ui/src/views/login/forgot-password/index.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <login-layout v-if="!loading" v-loading="loading">
+ <login-layout v-if="!loading" v-loading="loading || sendLoading">
3
<LoginContainer
4
:subTitle="
5
user.themeInfo?.slogan ? user.themeInfo?.slogan : $t('views.system.theme.defaultSlogan')
ui/src/views/login/reset-password/index.vue
0 commit comments