mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +00:00
refactor: change basic auth label to username instead of user
This commit is contained in:
@@ -108,7 +108,7 @@ type OAuthLabels struct {
|
||||
|
||||
// Basic auth labels for a tinyauth protected container
|
||||
type BasicLabels struct {
|
||||
User string
|
||||
Username string
|
||||
Password string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user