Skip to content
Snippets Groups Projects
Commit eaa6bfb6 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Remove log from oauth2

parent 63b01992
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
......@@ -50,7 +50,6 @@ let generateTokens = (data, done) => {
log.error(err);
return done(err);
}
log.info(`Criado token ${tokenValue}`);
done(null, tokenValue, refreshTokenValue, {
'expires_in': config.security.tokenLife
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment