feat(treasurechest): #64 implement hirarchical treasure chests
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 1m0s

This commit is contained in:
2025-05-12 23:37:47 +02:00
parent df022c9077
commit d5a984e312
18 changed files with 813 additions and 62 deletions

View File

@@ -55,7 +55,7 @@ type AuthImpl struct {
serverSettings *types.Settings
}
func NewAuthImpl(db db.Auth, random Random, clock Clock, mail Mail, serverSettings *types.Settings) *AuthImpl {
func NewAuth(db db.Auth, random Random, clock Clock, mail Mail, serverSettings *types.Settings) *AuthImpl {
return &AuthImpl{
db: db,
random: random,