Merge pull request #28461 from nextcloud/email-ux-improvements

pull/28478/head
Julius Härtl 5 years ago committed by GitHub
commit afe6af4d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/settings/js/vue-settings-personal-info.js
  2. 2
      apps/settings/js/vue-settings-personal-info.js.map
  3. 2
      apps/settings/src/components/PersonalInfo/EmailSection/Email.vue

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -150,7 +150,7 @@ export default {
},
mounted() {
if (this.initialEmail === '') {
if (!this.primary && this.initialEmail === '') {
this.$nextTick(() => this.$refs.email?.focus())
}
},

Loading…
Cancel
Save