diff options
Diffstat (limited to 'internal/authentication/file_user_provider.go')
| -rw-r--r-- | internal/authentication/file_user_provider.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/authentication/file_user_provider.go b/internal/authentication/file_user_provider.go index bfd59c96a..58fd82dab 100644 --- a/internal/authentication/file_user_provider.go +++ b/internal/authentication/file_user_provider.go @@ -8,8 +8,9 @@ import ( "sync" "github.com/asaskevich/govalidator" - "github.com/authelia/authelia/internal/configuration/schema" "gopkg.in/yaml.v2" + + "github.com/authelia/authelia/internal/configuration/schema" ) // FileUserProvider is a provider reading details from a file. |
