diff options
Diffstat (limited to 'bridge/core/auth/login.go')
-rw-r--r-- | bridge/core/auth/login.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/core/auth/login.go b/bridge/core/auth/login.go index 496f2412..91114463 100644 --- a/bridge/core/auth/login.go +++ b/bridge/core/auth/login.go @@ -4,7 +4,7 @@ import ( "crypto/sha256" "fmt" - "github.com/MichaelMure/git-bug/entity" + "github.com/git-bug/git-bug/entity" ) const ( |