Skip to content

Commit

Permalink
Merge pull request #9353 from weseek/imprv/passport-strategies-initia…
Browse files Browse the repository at this point in the history
…lization

imprv: Initialization for Passport strategies
  • Loading branch information
yuki-takei authored Jan 27, 2025
2 parents 33099bb + 4e16200 commit 068cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/server/service/passport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class PassportService implements S2sMessageHandlable {
const func = this.getSetupFunction(authId);

try {
this[func.setup]();
await this[func.setup]();
}
catch (err) {
logger.debug(err);
Expand Down

0 comments on commit 068cf4b

Please sign in to comment.