mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
e67f63ee44
* [CI] Add godot linter * Implement godot recommendations
7 lines
134 B
Go
7 lines
134 B
Go
package regulation
|
|
|
|
import "fmt"
|
|
|
|
// ErrUserIsBanned user is banned error message.
|
|
var ErrUserIsBanned = fmt.Errorf("User is banned")
|