Skip to content

Commit

Permalink
Fix bug that broke user creation...
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jun 10, 2023
1 parent 6ca8224 commit b1744df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minibox/minibox.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func (server *Server) ConfigureServices(opts Options) error {
Addr: opts.WebAddr,
PangyaKey: server.pangyaKey,
PangyaDir: opts.PangyaDir,
AccountsService: server.accountsService,
}); err != nil {
return fmt.Errorf("configuring web server: %w", err)
}
Expand Down

0 comments on commit b1744df

Please sign in to comment.