Explorar el Código

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

Daisuke Takahashi hace 7 años
padre
commit
d9b85146b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/service/passport.js

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

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