unset -> No email address set
This commit is contained in:
@@ -249,7 +249,7 @@ onMounted(async () => {
|
||||
<SettingsItem>
|
||||
<FormGroup>
|
||||
<label>{{ $t('profile.passwordRecoveryEmail') }}</label>
|
||||
<div>{{ profile.fallbackEmail || 'unset' }}</div>
|
||||
<div>{{ profile.fallbackEmail || 'No email address set' }}</div>
|
||||
</FormGroup>
|
||||
<div style="display: flex; align-items: center">
|
||||
<Button tool plain @click="onChangeFallbackEmail(profile.fallbackEmail)" v-show="profile.username && !profile.source && !config.profileLocked">{{ $t('main.dialog.edit') }}</Button>
|
||||
|
||||
Reference in New Issue
Block a user