Skip to content

Commit 476ef97

Browse files
Merge pull request #12051 from nextcloud/backport/12049/stable5.6
[stable5.6] fix(setup): allow setup with ms oauth and no password
2 parents 6d51741 + acbd516 commit 476ef97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AccountForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ export default {
364364
365365
return !this.emailAddress || !this.isValidEmail(this.emailAddress)
366366
|| (!this.googleOauthUrl && !this.autoConfig.password)
367+
|| (!this.microsoftOauthUrl && !this.autoConfig.password)
367368
},
368369
369370
isDisabledManual() {

0 commit comments

Comments
 (0)