Closed MasterKale closed 8 months ago
This PR changes the behavior of generateRegistrationOptions(). userDisplayName will no longer default to userName but to an empty string ("") instead when not specified.
generateRegistrationOptions()
userDisplayName
userName
""
Fixes #536.
This PR changes the behavior of
generateRegistrationOptions()
.userDisplayName
will no longer default touserName
but to an empty string (""
) instead when not specified.Fixes #536.