aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/form/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/form/auth.go')
-rw-r--r--ui/form/auth.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/form/auth.go b/ui/form/auth.go
index c18a0be..7635efe 100644
--- a/ui/form/auth.go
+++ b/ui/form/auth.go
@@ -2,12 +2,12 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package form
+package form // import "miniflux.app/ui/form"
import (
"net/http"
- "github.com/miniflux/miniflux/errors"
+ "miniflux.app/errors"
)
// AuthForm represents the authentication form.