| Index: server/auth/config.go
|
| diff --git a/server/auth/config.go b/server/auth/config.go
|
| index 079e7df45f7d49b091cf453d5b003318ef98f2a2..147082975794e24a6eb4fa0193f71569e5a6b76a 100644
|
| --- a/server/auth/config.go
|
| +++ b/server/auth/config.go
|
| @@ -32,7 +32,7 @@ import (
|
| // various interfaces used by the library.
|
| //
|
| // It lives in the context and must be installed there by some root middleware
|
| -// (via ModifyContext call).
|
| +// (via ModifyConfig call).
|
| type Config struct {
|
| // DBProvider is a callback that returns most recent DB instance.
|
| //
|
|
|