Updates
This commit is contained in:
@@ -229,7 +229,12 @@ export default async function loginUser({
|
||||
try {
|
||||
if (token && encryptedPayload)
|
||||
httpResponse["token"] = encryptedPayload;
|
||||
} catch (error) {}
|
||||
} catch (error) {
|
||||
global.ERROR_CALLBACK?.(
|
||||
`Login User HTTP Response Error`,
|
||||
error as Error
|
||||
);
|
||||
}
|
||||
|
||||
const cookieNames = getAuthCookieNames({
|
||||
database,
|
||||
|
||||
Reference in New Issue
Block a user