oidc now working

This commit is contained in:
tsmethurst 2021-07-22 16:03:53 +02:00
commit 20bf141512
10 changed files with 211 additions and 79 deletions

View file

@ -64,7 +64,7 @@ var Create cliactions.GTSAction = func(ctx context.Context, c *config.Config, lo
return err
}
_, err = dbConn.NewSignup(username, "", false, email, password, nil, "", "")
_, err = dbConn.NewSignup(username, "", false, email, password, nil, "", "", false, false)
if err != nil {
return err
}