Disable auth service client

This commit is contained in:
Ben Toogood 2020-05-11 20:38:05 +01:00
parent 6078adb8bc
commit 937ecc8d2f

View File

@ -115,7 +115,7 @@ func (s *service) Init(opts ...Option) {
s.opts.Store.Init(store.Table(name))
// Set the client for the micro clients
s.opts.Auth.Init(auth.WithClient(s.Client()))
// s.opts.Auth.Init(auth.WithClient(s.Client()))
s.opts.Runtime.Init(runtime.WithClient(s.Client()))
s.opts.Store.Init(store.WithClient(s.Client()))
})