diff options
Diffstat (limited to 'internal/handlers/handler_logout.go')
| -rw-r--r-- | internal/handlers/handler_logout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/handler_logout.go b/internal/handlers/handler_logout.go index 36e4d33c9..0f6c46554 100644 --- a/internal/handlers/handler_logout.go +++ b/internal/handlers/handler_logout.go @@ -3,7 +3,7 @@ package handlers import ( "fmt" - "github.com/clems4ever/authelia/internal/middlewares" + "github.com/authelia/authelia/internal/middlewares" ) // LogoutPost is the handler logging out the user attached to the given cookie. |
