Merge pull request 'feat: update validation otp cancel reconciliation' (#154) from feat/otp-cancel into development

Reviewed-on: #154
pull/157/head 1.6.18-alpha.4
firmanr 2025-06-11 17:53:15 +07:00
commit 0b5b0ce09b
1 changed files with 1 additions and 0 deletions

View File

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