Explorar el Código

Merge pull request #1016 from shield-9/fix-typo-google-oauth

Fix typo in src/server/service/passport.js
Yuki Takei hace 6 años
padre
commit
f30b718b2b
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;