Compare commits

..

No commits in common. "0b5b0ce09b643c70cafc3711b013e8de5cad1444" and "838670c822ce3321ae570a623a86b6a4c272bf24" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ export class OtpAuthGuard implements CanActivate {
const jwtAuth = request.headers['authorization'];
const basicAuth = request.headers['basic_authorization'];
console.log({ jwtAuth, basicAuth });
// 1. Cek OTP Auth (basic_authorization header)
if (basicAuth) {
try {