This commit is contained in:
		@@ -114,7 +114,7 @@ export class CreateUser {
 | 
				
			|||||||
        newUser.groups = await this.getGroups();
 | 
					        newUser.groups = await this.getGroups();
 | 
				
			||||||
        newUser.enabled = this.enabled;
 | 
					        newUser.enabled = this.enabled;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (!this.profilePic) { newUser.profilePic = `https://dev.lauf-fuer-kaya.de/lfk-logo.png`; }
 | 
					        if (!this.profilePic) { newUser.profilePic = `https://lauf-fuer-kaya.de/lfk-logo.png`; }
 | 
				
			||||||
        else { newUser.profilePic = this.profilePic; }
 | 
					        else { newUser.profilePic = this.profilePic; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return newUser;
 | 
					        return newUser;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -124,7 +124,7 @@ export class UpdateUser {
 | 
				
			|||||||
        user.phone = this.phone;
 | 
					        user.phone = this.phone;
 | 
				
			||||||
        user.groups = await this.getGroups();
 | 
					        user.groups = await this.getGroups();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (!this.profilePic) { user.profilePic = `https://dev.lauf-fuer-kaya.de/lfk-logo.png`; }
 | 
					        if (!this.profilePic) { user.profilePic = `https://lauf-fuer-kaya.de/lfk-logo.png`; }
 | 
				
			||||||
        else { user.profilePic = this.profilePic; }
 | 
					        else { user.profilePic = this.profilePic; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return user;
 | 
					        return user;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user