summaryrefslogtreecommitdiff
path: root/internal/handlers/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/types.go')
-rw-r--r--internal/handlers/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/types.go b/internal/handlers/types.go
index 9fb767d3e..becb6d02e 100644
--- a/internal/handlers/types.go
+++ b/internal/handlers/types.go
@@ -1,7 +1,7 @@
package handlers
import (
- "github.com/clems4ever/authelia/internal/authentication"
+ "github.com/authelia/authelia/internal/authentication"
"github.com/tstranex/u2f"
)