Преглед на файлове

remove unnecessary line

WNomunomu преди 1 година
родител
ревизия
e3163def6f
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      apps/app/src/server/service/passport.ts

+ 0 - 1
apps/app/src/server/service/passport.ts

@@ -570,7 +570,6 @@ class PassportService implements S2sMessageHandlable {
 
     // Prevent request timeout error on app init
     const oidcIssuer = await this.getOIDCIssuerInstance(issuerHost);
-
     if (oidcIssuer != null) {
       const oidcIssuerMetadata = oidcIssuer.metadata;