Skip to content

Commit

Permalink
do not return api key in response
Browse files Browse the repository at this point in the history
  • Loading branch information
tivvit committed Oct 10, 2023
1 parent a93200c commit 4783946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func (s *server) Register(ctx context.Context, user *api.User) (*api.Registratio
if err != nil {
return nil, err
}
r.ApiKey = nil
return r, nil
}

Expand Down

0 comments on commit 4783946

Please sign in to comment.