mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-01 06:35:43 +00:00
fix: coderabbit suggestions
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user