reset criteria on home, show filter on home, new BOM generation, Schema overhaul
This commit is contained in:
@@ -77,6 +77,7 @@ export class AccountComponent {
|
||||
this.user = await this.userService.getByMail(email);
|
||||
} catch (e) {
|
||||
this.user = {
|
||||
id: undefined,
|
||||
email,
|
||||
firstname: keycloakUser.firstName,
|
||||
lastname: keycloakUser.lastName,
|
||||
|
||||
Reference in New Issue
Block a user