mizozobu 7 ani în urmă
părinte
comite
5be14bec95
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      lib/service/passport.js

+ 3 - 2
lib/service/passport.js

@@ -343,7 +343,7 @@ class PassportService {
     this.isGitHubStrategySetup = true;
     debug('GitHubStrategy: setup is done');
   }
-    /**
+  /**
    * reset GoogleStrategy
    *
    * @memberof PassportService
@@ -388,7 +388,8 @@ class PassportService {
     this.isTwitterStrategySetup = true;
     debug('TwitterStrategy: setup is done');
   }
-    /**
+
+  /**
    * reset GoogleStrategy
    *
    * @memberof PassportService