Skip to content

Commit b7ad4f2

Browse files
Update middleware/basicauth/config.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b22388e commit b7ad4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/basicauth/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Config struct {
2929

3030
// Authorizer defines a function you can pass
3131
// to check the credentials however you want.
32-
// It will be called with a username, hashed password and
32+
// It will be called with a username, password and
3333
// the current fiber context and is expected to return
3434
// true or false to indicate that the credentials were
3535
// approved or not.

0 commit comments

Comments
 (0)