Skip to content

Commit

Permalink
fix: allow anon auth in mockauth
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNotGoodName authored Dec 25, 2021
1 parent 1c70ce1 commit 482dec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/mockauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ func (MockAuth) Login(username, password string) error {
}

func (MockAuth) AnonymousLogin() bool {
return false
return true
}

0 comments on commit 482dec7

Please sign in to comment.