Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
chelsearoman-ca committed Jan 28, 2025
1 parent e5cc41e commit be3df2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/login/challenge/abstract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export abstract class AbstractLoginChallenge<TChallengeParameters> {

constructor(principal: User, identity: PrincipalIdentity, logger: UserEventLogger, ip: string) {
this.principal = principal;
this.log = logger;
this.identity = identity;
this.log = logger;
this.ip = ip;
}

Expand Down

0 comments on commit be3df2e

Please sign in to comment.