feat: update validation otp cancel reconciliation
parent
3a0efb00a9
commit
e1d3ee7188
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue