Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
snaerth committed Dec 23, 2024
1 parent 84550e9 commit f962256
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/services/bff/src/app/modules/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,8 @@ export class AuthService {
*
* Recovery process:
* 1. Checks if there's an existing active session (via session cookie)
* 2. If a session exists, looks for the original login attempt data in that session
* 3. If found, returns a 409 Conflict indicating multiple session attempt
* 4. If no recovery is possible, redirects to error page
* 2. If a session exists, returns a 409 Conflict indicating multiple session attempt
* 3. If no recovery is possible, redirects to error page and log as warning
*/
private async handleMissingLoginAttempt({
req,
Expand Down

0 comments on commit f962256

Please sign in to comment.