mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
ignore, remove or comment out unused code. Enable unused linter (#10743)
This commit is contained in:
parent
8396ff068d
commit
e687cee608
7 changed files with 3 additions and 94 deletions
|
@ -20,7 +20,6 @@ var (
|
|||
errAdminCannotRemoveSelf = errors.New("Cannot remove your own user account. Contact another administrator")
|
||||
errCannotRemoveLastLocalAdmin = errors.New("Cannot remove the last local administrator account")
|
||||
errCryptoHashFailure = errors.New("Unable to hash data")
|
||||
errWrongPassword = errors.New("Wrong password")
|
||||
)
|
||||
|
||||
func hideFields(user *portainer.User) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue