Skip to content

Commit

Permalink
Merge pull request #28479 from nextcloud/backport/28461/stable22
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Aug 18, 2021
2 parents 67cbb03 + d89b462 commit e1d9a45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/settings/js/vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/settings/js/vue-settings-personal-info.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
},
mounted() {
if (this.initialEmail === '') {
if (!this.primary && this.initialEmail === '') {
this.$nextTick(() => this.$refs.email?.focus())
}
},
Expand Down

0 comments on commit e1d9a45

Please sign in to comment.