mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
lighten dark background, add more info to resources table
This commit is contained in:
parent
658a6ca7bb
commit
ce2bfcddd5
11 changed files with 191 additions and 47 deletions
|
@ -165,7 +165,7 @@ function notAllowed(res: Response, redirectUrl?: string) {
|
|||
error: false,
|
||||
message: "Access denied",
|
||||
status: HttpCode.OK,
|
||||
}
|
||||
};
|
||||
logger.debug(JSON.stringify(data));
|
||||
return response<VerifyUserResponse>(res, data);
|
||||
}
|
||||
|
@ -177,7 +177,7 @@ function allowed(res: Response) {
|
|||
error: false,
|
||||
message: "Access allowed",
|
||||
status: HttpCode.OK,
|
||||
}
|
||||
};
|
||||
logger.debug(JSON.stringify(data));
|
||||
return response<VerifyUserResponse>(res, data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue