Merge branch 'feature/fallback_sender' into dev
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m13s
Build Docker Image / Clean-Registry (push) Successful in -2s

This commit is contained in:
2026-01-27 22:48:33 +01:00
5 changed files with 14 additions and 12 deletions

View File

@@ -10,7 +10,6 @@ import de.srsoftware.umbrella.user.model.DbUser;
import de.srsoftware.umbrella.user.model.Password;
import java.util.Collection;
import java.util.Map;
import java.util.Optional;
public interface UserDb {