mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
New lint rules
This commit is contained in:
@ -32,9 +32,9 @@ func OAuthCacheInit() {
|
||||
|
||||
// OAuthUser is the OAuth User
|
||||
type OAuthUser struct {
|
||||
Identifier string `json:"identifier"`
|
||||
Token string `json:"token"`
|
||||
Resource map[string]interface{} `json:"resource"`
|
||||
Identifier string `json:"identifier"`
|
||||
Token string `json:"token"`
|
||||
Resource map[string]any `json:"resource"`
|
||||
}
|
||||
|
||||
// GetResourceField will attempt to get a field from the resource
|
||||
|
Reference in New Issue
Block a user