Compare commits

...

2 Commits

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 basicAuth = request.headers['basic_authorization'];
console.log({ jwtAuth, basicAuth });
// 1. Cek OTP Auth (basic_authorization header)
if (basicAuth) {
try {