Removed useless console.log
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
d67be313e6
commit
a5d70ce4b5
@ -70,7 +70,6 @@ export class AuthController {
|
|||||||
if (refresh_token && refresh_token.length != 0 && refreshAuth.token == undefined) {
|
if (refresh_token && refresh_token.length != 0 && refreshAuth.token == undefined) {
|
||||||
refreshAuth.token = refresh_token;
|
refreshAuth.token = refresh_token;
|
||||||
}
|
}
|
||||||
console.log(req.headers)
|
|
||||||
let auth;
|
let auth;
|
||||||
try {
|
try {
|
||||||
auth = await refreshAuth.toAuth();
|
auth = await refreshAuth.toAuth();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user