fix
This commit is contained in:
parent
210d1dc7ca
commit
ba628063b5
1 changed files with 3 additions and 2 deletions
|
|
@ -191,9 +191,10 @@ export class KeycloakController extends Controller {
|
|||
id: userId,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
if (profile) {
|
||||
profile.keycloak = "";
|
||||
const null_:any = null;
|
||||
profile.keycloak = null_;
|
||||
await this.profileRepo.save(profile);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue