Skip to content

Commit 2b36a59

Browse files
[autofix.ci] apply automated fixes
1 parent 00149a0 commit 2b36a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/auth/auth.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class AuthService {
152152

153153
// If the user exists but email is not confirmed and mail is enabled
154154
if (existingUser && !existingUser.isEmailConfirmed && this.isMailEnabled) {
155-
// Just update the existing user and resend verification email
155+
// Just update the existing user and resend verification email
156156
existingUser.username = username;
157157
existingUser.password = hashedPassword;
158158
await this.userRepository.save(existingUser);

0 commit comments

Comments
 (0)