feat: rename header key basic auth

pull/156/head
Firman Ramdhani 2025-06-11 18:28:21 +07:00
parent 7dd29c2a70
commit 79c9139c3c
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['x-basic-authorization'];
console.log({ jwtAuth, basicAuth });
// 1. Cek OTP Auth (basic_authorization header)
if (basicAuth) {
try {