Explorar o código

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

Fix typo in src/server/service/passport.js
Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
f30b718b2b
Modificáronse 1 ficheiros con 1 adicións e 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;