Merge pull request #28479 from nextcloud/backport/28461/stable22

This commit is contained in:
Julius Härtl 2021-08-18 17:35:18 +02:00 committed by GitHub
commit e1d9a45c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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