mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #28479 from nextcloud/backport/28461/stable22
This commit is contained in:
commit
e1d9a45c6d
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
|
|
@ -150,7 +150,7 @@ export default {
|
|||
},
|
||||
|
||||
mounted() {
|
||||
if (this.initialEmail === '') {
|
||||
if (!this.primary && this.initialEmail === '') {
|
||||
this.$nextTick(() => this.$refs.email?.focus())
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue