modified jwtStrategy
This commit is contained in:
@@ -25,7 +25,7 @@ import { JwtStrategy } from './jwt.strategy';
|
||||
},
|
||||
}),
|
||||
],
|
||||
controllers: [PersonaController, JwtStrategy],
|
||||
providers: [PersonaService, GoogleStrategy],
|
||||
controllers: [PersonaController],
|
||||
providers: [PersonaService, GoogleStrategy, JwtStrategy],
|
||||
})
|
||||
export class PersonaModule {}
|
||||
|
||||
Reference in New Issue
Block a user