mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
This reverts commit 8cb8030534.
This commit is contained in:
committed by
GitHub
parent
8cb8030534
commit
029a5f6a2d
@@ -29,9 +29,7 @@ internal class RegisterFinishRequestModelCustomization : ICustomization
|
||||
.With(o => o.OrgInviteToken, OrgInviteToken)
|
||||
.With(o => o.OrgSponsoredFreeFamilyPlanToken, OrgSponsoredFreeFamilyPlanToken)
|
||||
.With(o => o.AcceptEmergencyAccessInviteToken, AcceptEmergencyAccessInviteToken)
|
||||
.With(o => o.ProviderInviteToken, ProviderInviteToken)
|
||||
.Without(o => o.MasterPasswordAuthentication)
|
||||
.Without(o => o.MasterPasswordUnlock));
|
||||
.With(o => o.ProviderInviteToken, ProviderInviteToken));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user