fixing redirect token wa

This commit is contained in:
2025-12-22 17:23:22 +07:00
parent c9dba276bb
commit 37185a9fbc
2 changed files with 3 additions and 2 deletions

View File

@@ -125,7 +125,8 @@ class AuthController {
const response = await setResponse(
{
accessToken: tokens.accessToken
accessToken: tokens.accessToken,
idData
},
'Verify successful'
);