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 = {
loginUserId: 1,
email: 'bibi@bloxberg.de',
firstName: 'Bibi',
lastName: 'Bloxberg',

View File

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

View File

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

View File

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

View File

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