1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

fix(regulation): use lower case in error messages ()

This commit is contained in:
Clément Michaud 2021-07-08 04:04:43 +02:00 committed by GitHub
parent 2d634e9b20
commit 98d9cad62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@ package regulation
import "fmt"
// ErrUserIsBanned user is banned error message.
var ErrUserIsBanned = fmt.Errorf("User is banned")
var ErrUserIsBanned = fmt.Errorf("user is banned")