mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
removed loginUserId
This commit is contained in:
parent
7ba01d3f06
commit
1025ba4336
@ -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',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user