removed loginUserId

This commit is contained in:
Ulf Gebhardt 2022-02-04 13:47:57 +01:00
parent 7ba01d3f06
commit 1025ba4336
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
5 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
export const bibiBloxberg = { export const bibiBloxberg = {
loginUserId: 1,
email: 'bibi@bloxberg.de', email: 'bibi@bloxberg.de',
firstName: 'Bibi', firstName: 'Bibi',
lastName: 'Bloxberg', lastName: 'Bloxberg',

View File

@ -1,5 +1,4 @@
export const bobBaumeister = { export const bobBaumeister = {
loginUserId: 2,
email: 'bob@baumeister.de', email: 'bob@baumeister.de',
firstName: 'Bob', firstName: 'Bob',
lastName: 'der Baumeister', lastName: 'der Baumeister',

View File

@ -1,5 +1,4 @@
export const garrickOllivander = { export const garrickOllivander = {
loginUserId: 3,
email: 'garrick@ollivander.com', email: 'garrick@ollivander.com',
firstName: 'Garrick', firstName: 'Garrick',
lastName: 'Ollivander', lastName: 'Ollivander',

View File

@ -1,5 +1,4 @@
export const peterLustig = { export const peterLustig = {
loginUserId: 4,
email: 'peter@lustig.de', email: 'peter@lustig.de',
firstName: 'Peter', firstName: 'Peter',
lastName: 'Lustig', lastName: 'Lustig',

View File

@ -1,5 +1,4 @@
export const raeuberHotzenplotz = { export const raeuberHotzenplotz = {
loginUserId: 5,
email: 'raeuber@hotzenplotz.de', email: 'raeuber@hotzenplotz.de',
firstName: 'Räuber', firstName: 'Räuber',
lastName: 'Hotzenplotz', lastName: 'Hotzenplotz',