remove keycloak change use cookie only
This commit is contained in:
parent
24374ab8f2
commit
92b85ce4ef
23 changed files with 236 additions and 189 deletions
|
|
@ -364,7 +364,6 @@ function fetchDataDetail(id: string) {
|
|||
.get(config.API.developmentScholarship + `/${id}`)
|
||||
.then((res) => {
|
||||
const data: DataSholarship = res.data.result;
|
||||
console.log(data);
|
||||
formBody.rank = data.rank;
|
||||
formBody.prefix = data.prefix;
|
||||
formBody.firstName = data.firstName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue