add working signup + login
This commit is contained in:
parent
bc85b7c340
commit
d8cb8c8fa8
27 changed files with 600 additions and 39 deletions
|
@ -39,7 +39,7 @@ func run(c *cli.Context) error {
|
|||
return errors.Wrap(err, "creating postgres database")
|
||||
}
|
||||
|
||||
a, err := app.NewApp(cfg, db)
|
||||
a, err := app.NewApp(c.Context, cfg, db)
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "creating app")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue