Merge pull request 'feat: rename header key basic auth' (#156) from feat/otp-cancel into development

Reviewed-on: #156
pull/157/head
firmanr 2025-06-11 18:28:47 +07:00
commit 068c4ce349
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 jwtAuth = request.headers['authorization'];
const basicAuth = request.headers['x-basic-authorization']; const basicAuth = request.headers['x-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 {