Преглед изворни кода

Fix typo in src/server/service/passport.js

Daisuke Takahashi пре 7 година
родитељ
комит
d9b85146b4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/server/service/passport.js

+ 1 - 1
src/server/service/passport.js

@@ -32,7 +32,7 @@ class PassportService {
     this.isLdapStrategySetup = false;
     this.isLdapStrategySetup = false;
 
 
     /**
     /**
-     * the flag whether LdapStrategy is set up successfully
+     * the flag whether GoogleStrategy is set up successfully
      */
      */
     this.isGoogleStrategySetup = false;
     this.isGoogleStrategySetup = false;