Skip to content

Commit 180cc9a

Browse files
committed
initialize the authentication client
1 parent 87e2501 commit 180cc9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/service/service/standard.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ func (s *Standard) Initialize(provider application.Provider) error {
5959
if err := s.Service.Initialize(provider); err != nil {
6060
return err
6161
}
62+
if err := s.Authenticated.Initialize(provider); err != nil {
63+
return err
64+
}
6265

6366
if err := s.initializeMetricClient(); err != nil {
6467
return err

0 commit comments

Comments
 (0)