fix: coderabbit suggestions

This commit is contained in:
Stavros
2025-08-26 14:31:09 +03:00
parent d3c40bb366
commit a5e1ae096b
19 changed files with 178 additions and 47 deletions

View File

@@ -65,10 +65,10 @@ type OAuthLabels struct {
type BasicLabels struct {
Username string
Password PassowrdLabels
Password PasswordLabels
}
type PassowrdLabels struct {
type PasswordLabels struct {
Plain string
File string
}