1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-21 02:41:21 +01:00

doc: fixed a comment

This commit is contained in:
Ike Kottlowski 2024-11-22 14:41:10 -08:00
parent aa39b02037
commit 21b1c4570c
No known key found for this signature in database
GPG Key ID: C86308E3DCA6D76F

View File

@ -329,7 +329,7 @@ public class RegisterUserCommand : IRegisterUserCommand
{
// We validate open registration on send of initial email and here b/c a user could technically start the
// account creation process while open registration is enabled and then finish it after it has been
// disabled by the self hosted admin.Ï
// disabled by the self hosted admin.
if (_globalSettings.DisableUserRegistration)
{
throw new BadRequestException(_disabledUserRegistrationExceptionMsg);